Set NPC skin at 0.3.8 custom skin
#1

Hi. I want to add 2 custom skins

here is my artconfig

AddCharModel(305, 1000, "zombie1.dff", "zombie1.txd");
AddCharModel(305, 1001, "zombie2.dff", "zombie2.txd");

Here's my pwn line

new ZSkins[] = { 1000, 1001};



public OnPlayerSpawn(playerid)
SetPlayerSkin(playerid, ZSkins[random(2)]);



but in game it shows CJ SKIN. Why?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)