Random weapons
#2

pawn Код:
new i = random(5);
GivePlayerWeapon(playerid, i, 999999); something like that?

-----------
or

switch(random(5))
{
    case 0: giveweapon(playerid, 1, 99999);
    case 1:....
    ......
    ......
    ......
}
Reply


Messages In This Thread
Random weapons - by Kitten - 14.11.2010, 04:36
Re: Random weapons - by [L3th4l] - 14.11.2010, 04:46
Re: Random weapons - by iggy1 - 14.11.2010, 04:48
Re: Random weapons - by Kitten - 14.11.2010, 04:52
Re: Random weapons - by iggy1 - 14.11.2010, 04:54
Re: Random weapons - by Kitten - 14.11.2010, 05:01

Forum Jump:


Users browsing this thread: 1 Guest(s)