SA-MP Forums Archive
I NEED HELP FAST PLZ - 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: I NEED HELP FAST PLZ (/showthread.php?tid=235995)



My problem commands wont work - sMog. - 06.03.2011

I am using this filterscript
https://sampforum.blast.hk/showthread.php?tid=125692

but it blocks my commands
that blocks my teleport filterscript and gamemode commands


Re: I NEED HELP FAST PLZ - Mauzen - 06.03.2011

Change the return 1 to return 0 at the end of OnPlayerCommandText in the FS. Return 1 in this callback means, everything is fine, you do not need to check for more commands, while return 0 means, check other scripts if there is a matching command.

@Stigg: I was some seconds faster again


Re: I NEED HELP FAST PLZ - Stigg - 06.03.2011

Are both scripts (Gamemode & Filterscript) retunned '0'
After your command text ?


Re: I NEED HELP FAST PLZ - Lorrden - 06.03.2011

On Topic: Edit: ^
Off Topic: Please name Your threads something that's related to Your problem.