Remove Spawn button - 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: Remove Spawn button (
/showthread.php?tid=571490)
Remove Spawn button -
Shaktimaan - 19.04.2015
I made a team selection via textdrawa so i don't need that spawn button OnPlayerRequestClass. I removed that button with TogglePlayerSpec(1). But with this i got 2 bugs untill now
first server get hang when a player leave a server while selecting team(Esc button is unable to remove textdraw but through pc task manager).
Second when player get spawn only after selecting team ,all timers get mess up(like antispawn kill).
There is no problem with timers. When i removed that toggleplayerspec, all goes smooth.
So is there any other method to remove that Spawn button?
Re: Remove Spawn button -
fuckingcruse - 19.04.2015
Show us code orelse how can we help?
Re: Remove Spawn button -
Shaktimaan - 19.04.2015
only want to know any other method to remove the spawn button.
Re: Remove Spawn button -
Jimmy0wns - 19.04.2015
https://sampwiki.blast.hk/wiki/TogglePlayerSpectating
Re: Remove Spawn button -
Shaktimaan - 19.04.2015
Are u getting what i am trying to say?
Re: Remove Spawn button -
_GHT_MarK445 - 19.04.2015
I dont think so, you are enable to remove the spawn-button.
Re: Remove Spawn button -
ChuckyBabe - 19.04.2015
This is what i am using on my script to remove the shitty buttons.
Spawnplayer(playerid);
It might work. You can try it
Re: Remove Spawn button -
Shaktimaan - 19.04.2015
holy shit.. i didn't think like that way. Love u bro just love u. Thanks....!!