Spawn buttom - 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: Spawn buttom (
/showthread.php?tid=364322)
Spawn buttom -
N0FeaR - 30.07.2012
I got some problem with my server there is a spam buttom how can i remove it?
Re: Spawn buttom -
RedJohn - 30.07.2012
Try to add this:
pawn Код:
TogglePlayerSpecating(playerid, 1);
At your register code.
I solve mine using this. And after register add:
pawn Код:
TogglePlayerSpecating(playerid, 0);