In Game Problem : /help [FS] blocks other gamemod commands - 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: In Game Problem : /help [FS] blocks other gamemod commands (
/showthread.php?tid=321338)
In Game Problem : /help [FS] blocks other gamemod commands -
simply12 - 26.02.2012
Hello to everyone,
I have downloaded i filterscript and edited it to make a /help dialog and my current menu it looks like this :
It works fine. The problem is that the custom commands from my gamemod (It's a zombie GM) as /nextmap don't work. I mean nothing happens, but if i write something classic as "ahah nice try" the text shows in the chat.
If i want to use the commands of my gamemod i have to /rcon unloadfs help (help is the name of my FS).
What is the problem ? How can i fix it ?
Thank you in advance !
Re: In Game Problem : /help [FS] blocks other gamemod commands -
DeathTone - 26.02.2012
Its probably that your gamemode and filterscript are using the same dialogid, try changing the dialogid to ~500 on your filterscript, and search your gamemode to see if it is also using the same command, delete it or make it return 0;
Re: In Game Problem : /help [FS] blocks other gamemod commands -
simply12 - 26.02.2012
That wasn't really the problem, but i fixed it : The FS was useless, so i juste copy paste some part of the code and directly put it in the GameMod script. And it works well.
Thanks for the help. +rep