einem Player skin combinieren ich würde mich freuen
Allgemein
EVIL WINGS + PLAYER
EVIL WINGS + PLAYER
1

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
1
