Random Weapon
#5

Add this:
NOTE: The code is not complete. Try finishing it.

pawn Code:
new wea = id1,id2,id3,id4,
      rand(4);
   
switch(rand) {
    case 1: {
        GivePlayerWeapon(playerid, id1, 100);
    }
    case 2: {
        GivePlayerWeapon(playerid, id2, 100);
    }
Reply


Messages In This Thread
Random Weapon - by Ironboy - 22.08.2011, 20:31
Re: Random Weapon - by =WoR=G4M3Ov3r - 22.08.2011, 20:39
Re: Random Weapon - by Ironboy - 22.08.2011, 20:42
Re: Random Weapon - by =WoR=G4M3Ov3r - 22.08.2011, 20:42
Re: Random Weapon - by Antonio [G-RP] - 22.08.2011, 20:42
Re: Random Weapon - by Ironboy - 22.08.2011, 20:44
Re: Random Weapon - by Antonio [G-RP] - 22.08.2011, 20:48
Re: Random Weapon - by Jefff - 22.08.2011, 20:51
Re: Random Weapon - by Ironboy - 22.08.2011, 20:52
Re: Random Weapon - by Jefff - 22.08.2011, 20:56

Forum Jump:


Users browsing this thread: 1 Guest(s)