16.10.2010, 23:29
A better answer with example is up here ^^
This should work
This should work
pawn Код:
new randomskins[] = { 29, 47, 48, 285 };
new rand = random(sizeof(randomskins));
SetPlayerSkin(playerid, rand);