02.09.2013, 00:13
(
Последний раз редактировалось Borg; 02.09.2013 в 05:01.
)
For 1st way instead of your line "new randomteam=.." use
And not forget to set both counters to 0 when starting event
UPD: you should check if rSpawn >=, not ==, 'coz it can cause out of bounds error
pawn Код:
new randomteam = (TeamAmount2 > TeamAmount1 ? 1:2);
UPD: you should check if rSpawn >=, not ==, 'coz it can cause out of bounds error