05.09.2010, 18:55
Change Clothes is Not Possible
Change Skin is Possible
Or
Skin = Characte
Ex:
Cj,BigSmoke, etcc
CJ = ID 0 or 1.....
Change Skin is Possible
pawn Код:
if(!strcmp(cmdtext, "/class", true))
{
ForceClassSelection(playerid);
SetPlayerHealth(playerid,0);
return 1;
}
pawn Код:
if(!strcmp(cmdtext, "/skin24", true))
{
SetPlayerSkin(playerid,24);
return 1;
}
Ex:
Cj,BigSmoke, etcc
CJ = ID 0 or 1.....

