Counter strike minigame - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Counter strike minigame (
/showthread.php?tid=561112)
Counter strike minigame -
Cr3dO - 01.02.2015
Hi guys, i use Counter strike minigames. How can make rondom choose teams red or blue. /cson and rondom choose teams.. help me pleasee.
Re: Counter strike minigame -
BroZeus - 01.02.2015
something like this
pawn Код:
SetPlayerTeam(playerid, (random(2) ? TEAM_BLUE : TEAM_RED));