How do I make 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: How do I make teams? (
/showthread.php?tid=271080)
How do I make teams? -
OleKristian95 - 22.07.2011
Hi all, I have a question. How do I make teams?
I want to have gang teams like Grove and Ballas and all other gangs.
I have the skins but they all are in 1 color and dont look like any teams.
All they have is the same clothes and is in the same gang.
If its made any tutorial please show me one I'm to lazy to look for a good one in all the different tuts.
Re: How do I make teams? -
MadeMan - 22.07.2011
https://sampwiki.blast.hk/wiki/PAWN_tutorial
Re: How do I make teams? -
Shockey HD - 22.07.2011
This tutorial always helps me.
Click for tutorial
Re: How do I make teams? -
Kaperstone - 22.07.2011
pawn Код:
#define TEAM_TEAMNAME
new gTeam[MAX_PLAYERS];
to check if the player in any team :
pawn Код:
if (gTeam[playerid] == TEAM_TEAMNAME)