Random weapons
#3

You will want more checks but basically this is it.
pawn Код:
if(checkpointid == RandomWeaponCP)
{
    new randwep = random(41);
    ResetPlayerWeapon(playerid);

    switch(randwep)
    {
        case 0:
        {
        }
    }
}
EDIT: Too slow.
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: 2 Guest(s)