SA-MP Forums Archive
quick question - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: quick question (/showthread.php?tid=66574)



quick question - StrickenKid - 23.02.2009

real quick, how do you like define a new team
i just put
pawn Код:
new TEAM_COPS;
new TEAM_CIVIL;
at the top, but i dont think that right, any help?


Re: quick question - StrickenKid - 23.02.2009

NVM!! i got it!!
its:
pawn Код:
#define TEAM_COP 1
#define TEAM_CIVIL 2
#define TEAM_RAPIST 3
etc....