16.01.2018, 19:38
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?
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?