25.04.2013, 10:51
I'm creating a gamemode.
Which selects Random Player to become one notorious gangster.
How can i make it?
Which selects Random Player to become one notorious gangster.
How can i make it?
new rando = Iter_Random(Player);
//Exmaple
GangLeader[rando] = 1;
new randPlayer = Iter_Random(Player);
//Exmaple
GangLeader[GANG_BALLAS] = randPlayer;