13.10.2011, 19:06
Hey,
Okay so first i have this
but ofc i get an error about the "skinid" how would i define this ? what i would like is for any player to be able to change there skin also need help with a changecolor command, please comment below
Okay so first i have this
pawn Код:
CMD:cskin(playerid,params[])
{
new id;
if(sscanf(params,"d",id)) return SendClientMessage(playerid,0xFF0000FF,"[USAGE]: /cskin [skin id]");
{
SetPlayerSkin(playerid,skinid);
SendClientMessage(id,-1,"rule");
}
return 1;
}