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



team command - GeneralAref - 01.12.2015

How can I make a command for each team?i use gteam


Re: team command - Maximun - 01.12.2015

Command to create team or for team ?


Re: team command - GeneralAref - 01.12.2015

for team exp /ac for usa other team cant use it


Re: team command - UltraScripter - 01.12.2015

CMD:yourcmd(playerid, params[])
{
if(gTeam[playerid] == your team)
{
////////code
}
if(gTeam[playerid] != same team) return SendClientMessage(playerid, color, message);
return 1;
}