How to remove player from teeam? - 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 to remove player from teeam? (
/showthread.php?tid=268378)
How to remove player from teeam? -
mariomako - 12.07.2011
Hello,
how to remove player from team ?
Thanks
Re: How to remove player from teeam? -
[MG]Dimi - 12.07.2011
What team?
Re: How to remove player from teeam? -
mariomako - 12.07.2011
for to set player team are using
SetPlayerTeam(playerid, teamid);
how to remove from it ?
Re: How to remove player from teeam? -
Wesley221 - 12.07.2011
I think this could be done with an invalid number.
pawn Код:
SetPlayerTeam(playerid, -1);