29.07.2009, 04:34
use this
there may be something else wrong with it, i just fixed the obvious.
pawn Код:
new mafiaskin[] = {111},{112},{125},{126};
public OnPlayerSpawn(playerid)
{
new rand = random(sizeof(mafiaskin));
SetPlayerSkin(playerid,mafiaskin[rand]);
}

