Most of you don't know me, a majority actually, but I need some help, if you know the MW3 gametype infected, you'll know there're different weapons for each map.
I wanted to try something like that for this CoD4, although, instead I made the weapons random for each round, I got the 'random' part working with randomintrange for the survivor's loadout (as you'll ses in the script) BUT it makes the gun random per player, so everyone would end up likely having a different, but random gun, how would I edit the script to make the players on the server all spawn with that same randomly selected gun?

http://pastebin.com/cxKKWRJb


(TL;DR)

Script right now:
Player 1 spawns with winchester1200_mp
player 2 spawns with winchester1200_reflex_mp
player 3 spawns with winchester1200_grip_mp


---------

What i'm trying to achieve, but failing:

Player 1 spawns with winchester1200_mp
Player 2 spawns with winchester1200_mp
Player 3 spawns with winchester1200_mp

if that's the randomly selected gun

or

Player 1 spawns with winchester1200_reflex_mp
Player 2 spawns with winchester1200_reflex_mp
Player 3 spawns with winchester1200_reflex_mp

if that's the randomly selected gun