07.11.2010, 12:36
(
Последний раз редактировалось ExeC; 08.11.2010 в 13:47.
)
Hello, i think i got the solution.
First add:
at the top of your script.
Then add:
under "OnPlayerSpawn".
Hope this help's you.
First add:
pawn Код:
new RandomSkin[9] = {
0,
67,
114,
56,
87,
285,
86,
34,
75,
};
Then add:
pawn Код:
new randomskin = random(sizeof(randomskin));
SetPlayerSkin(playerid,RandomSkin[randomskin]);
Hope this help's you.