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



Teams - Shockey - 09.09.2010

Ok how to asign teams, so say like If you select cj we you spawn your name turns blue and you get weaps

I know how to give weaps but I don't know about the colour or how to do this.


Re: Teams - Shockey - 11.09.2010

hello can anyone help??


Re: Teams - Snipa - 11.09.2010

How do u not know teams but script O_o

https://sampwiki.blast.hk/wiki/PAWN_tutorial


Re: Teams - [UG]Scripter - 11.09.2010

lol Easy....

#define Team_teamname 1

new gTeam[MAX_PLAYERS];

gTeam[playerid] == Team_teamname;

That will help you get started,

The rest you need to work out on your own,


Re: Teams - Shockey - 11.09.2010

ty [UG]Scripter i got it now

and btw just coz i can script doesnt mean i know all stuff