SA-MP Forums Archive
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: question (/showthread.php?tid=160712)



question - admine - 17.07.2010

how to make a job command?

for police and news reporter and other jobs!

thanks


Re: question - Kar - 17.07.2010

gteams. or setplayerteam.

//under includes
#define POLICE 1
#define NEWSREPORTER 2

//top of your script
static gTeam[MAX_PLAYERS];
new gPlayerClass[MAX_PLAYERS];


Re: question - admine - 17.07.2010

Quote:
Originally Posted by Kar
Посмотреть сообщение
gteams. or setplayerteam.

//under includes
#define POLICE 1
#define NEWSREPORTER 2

//top of your script
static gTeam[MAX_PLAYERS];
new gPlayerClass[MAX_PLAYERS];
and then, or is it that and then, or is it that // i have gteams! //