Random Skin
#2

Hello, i think i got the solution.

First add:

pawn Код:
new RandomSkin[9] = {
0,
67,
114,
56,
87,
285,
86,
34,
75,
};
at the top of your script.

Then add:

pawn Код:
new randomskin = random(sizeof(randomskin));
SetPlayerSkin(playerid,RandomSkin[randomskin]);
under "OnPlayerSpawn".

Hope this help's you.
Reply


Messages In This Thread
Random Skin - by x-file - 07.11.2010, 12:25
Re: Random Skin - by ExeC - 07.11.2010, 12:36
Re: Random Skin - by x-file - 07.11.2010, 12:38
Re: Random Skin - by ExeC - 07.11.2010, 12:39

Forum Jump:


Users browsing this thread: 1 Guest(s)