Forum

> > CS2D > Allgemein > EVIL WINGS + PLAYER
Forums overviewCS2D overviewAllgemein overviewLog in to reply

German EVIL WINGS + PLAYER

5 replies
To the start Previous 1 Next To the start

old EVIL WINGS + PLAYER

xFurkan67
User Off Offline

Quote
kann einer für mich EVIL WINGS von ROLE PLAY v1 mit
einem Player skin combinieren ich würde mich freuen

old Re: EVIL WINGS + PLAYER

schattex
User Off Offline

Quote
mach doch einfach den skin von den evil wings und tausche sie mit einen skin für armor
wenn du dann diese armor trägst hast du diese flügel

old Re: EVIL WINGS + PLAYER

xFurkan67
User Off Offline

Quote
Das kann dan jeder machen aber ich will das nur das das für admins ist.
und das das auch die anderen sehn.

usgn = 1234566

addhook([[say]],[[ss]])
function say(id,txt)
if txt == "!king" then
if player(id,"usgn") == usgn then
image("gfx/King.png",1,1,132 + id)
return 1
end
end
end

nur eben mit evil wing.

old Re: EVIL WINGS + PLAYER

Yasday
User Off Offline

Quote
Hier bitte mein code mit evil wings:
1
2
3
4
5
6
7
8
9
10
11
usgn = 1234566

addhook([[say]],[[ss]])
function say(id,txt)
	if txt == "!evil" then
		if player(id,"usgn") == usgn then
			image("gfx/evilwings.png",1,1,132 + id)
			return 1
		end
	end
end

old Re: EVIL WINGS + PLAYER

xFurkan67
User Off Offline

Quote
Funzt nicht das steht LUA ERROR : attempt to call a nil value



usgn = 40246

addhook([[say]],[[ss]])
function say(id,txt)
if txt == "!evil" then
if player(id,"usgn") == usgn then
image("gfx/evilwings.png",1,1,132 + id)
return 1
end
end
end

old Re: EVIL WINGS + PLAYER

Yasday
User Off Offline

Quote
Das: "LUA ERROR : attempt to call a nil value" ist egal.

Starte CS2D neu. Wenn es noch immer kommt dann starte dein PC neu. Wenn's noch immer kommt.. dann tu das evilwings Bild in <CS2D-Ordner>\gfx\evilwings.png .
To the start Previous 1 Next To the start
Log in to replyAllgemein overviewCS2D overviewForums overview