01.04.2014, 22:37
pawn Код:
new donor[MAX_PLAYERS];
CMD:skin(playerid, params[])
{
if(donor[playerid]==1)
{
SetPlayerSkin(playerid, /*type in the skin id you want*/);
}
else return SendClientMessage(playerid, -1, "You are not a donor.");
return 1;
}