einem Player skin combinieren ich würde mich freuen

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