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



NO_TEAM - Configuration - 01.07.2013

Hello guys,
i need your help for no team i have one event system but when player join in event he is again team how to make player no team?
Thnx


Re: NO_TEAM - DobbysGamertag - 01.07.2013

SetPlayerTeam(playerid,NO_TEAM);

?


Re: NO_TEAM - Guest123 - 01.07.2013

pawn Код:
public OnPlayerConnect(playerid)
{
 SetPlayerTeam(playerid,NO_TEAM);
 return 1;
}



Re: NO_TEAM - Configuration - 01.07.2013

i have try with this but dont work