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



Need Code - marinov - 02.11.2010

I need a code to disable friendly fire


Re: Need Code - willsuckformoney - 02.11.2010

SetPlayerTeam


Re: Need Code - marinov - 02.11.2010

ok, how do I use it ?


Re: Need Code - ViruZZzZ_ChiLLL - 02.11.2010

Please do visit http://wiki.sa-mp.com

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


Re: Need Code - Kitten - 02.11.2010

if you are using gTeam use this code then

pawn Код:
if(gTeam[playerid] == your team name)
{
      SetPlayerTeam(playerid,Your team name or 0);
}



Re: Need Code - Grim_ - 02.11.2010

Please do not encourage the use to gTeam, a useless variable - We are now in the 0.3b era.

This forum requires that you wait 120 seconds between posts. Please try again in 69 seconds.