[Request]/tpm - 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: [Request]/tpm (
/showthread.php?tid=65596)
[Request]/tpm -
Rabbayazza - 14.02.2009
Can someone give me the script for /tpm, I'll fix the rest.
Re: [Request]/tpm -
beckzy - 14.02.2009
/tpm is bugged sometimes players can use it even if they haven't been set into a team. I don't use SetPlayerTeam at all in my script but quite often people will be able to use /tpm. And I can't stop it with OnPlayerTeamPrivmsg because it was removed in 0.2.1 (i think)
Re: [Request]/tpm -
Joe Staff - 14.02.2009
OnPlayerConnect
SetPlayerTeam(playerid,playerid); =p
so no one is in the same team
Re: [Request]/tpm -
beckzy - 14.02.2009
Quote:
Originally Posted by SilentHuntR
OnPlayerConnect
SetPlayerTeam(playerid,playerid); =p
so no one is in the same team
|
Tried it I tried a lot of different ways, I even tried setting everyone's team to NO_TEAM