22.12.2010, 15:14
At TOP of your GM:
Just add the skins you want.
At OnPlayerEnterCheckpoint:
Cheers!
PS: Have a Marry Christmas and a Happy new Year!
pawn Код:
new MyRandomSkins[] =
{
0,
3,
12,
55
};
//The last number must not have a ','.
At OnPlayerEnterCheckpoint:
pawn Код:
SetPlayerSkin(playerid, MyRandomSkins[random(sizeof(MyRandomSkins))]);
PS: Have a Marry Christmas and a Happy new Year!