30.07.2009, 22:55
Quote:
Originally Posted by Daren_Jacobson
But if I use this...
pawn Код:
Any other ideas? |
pawn Код:
new mafiaskin[4] = {{111},{112},{125},{126}};
public OnPlayerSpawn(playerid)
{
new rand = random(sizeof(mafiaskin));
SetPlayerSkin(playerid,mafiaskin[rand]);
}