SA-MP Forums Archive
This FS makes all other commands disable - 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: This FS makes all other commands disable (/showthread.php?tid=638999)



This FS makes all other commands disable - Rohit12 - 09.08.2017

Hey guys I tried to use this teleport FS > http://pastebin.com/pcc6dtyd, but when i use it all other cmds from my gamemode get disabled.
Please help me to figure this out!
Thank you


Re: This FS makes all other commands disable - Ghazal - 10.08.2017

Probably happens because your gamemode uses a different command plugin.


Re: This FS makes all other commands disable - Vince - 10.08.2017

Rather poorly coded. Change the last return 1 to return 0 in OnPlayerCommandText.


Re: This FS makes all other commands disable - MiyuUchiha - 10.08.2017

you can do this
Quote:
Originally Posted by Vince
View Post
Rather poorly coded. Change the last return 1 to return 0 in OnPlayerCommandText.
or you can change the command with zcmd


Re: This FS makes all other commands disable - Rohit12 - 10.08.2017

Quote:
Originally Posted by Vince
View Post
Rather poorly coded. Change the last return 1 to return 0 in OnPlayerCommandText.
Thank bro it worked
Repped