SA-MP Forums Archive
Little problem with /help menu - 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: Little problem with /help menu (/showthread.php?tid=586171)



Little problem with /help menu - brandypol - 19.08.2015

Hey guys Imade a help menu for my server and I logged into my server just to see if everything was fine with my script but unfortunately I found something wrong. My help menu isn't working, when I type /help the server sends this message the message «Unknow command...». Could you help me out ?

Here's the /help command script :

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
     if(!strcmp(cmdtext,"/help"))
     {
        ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Help Panel", "To see the Commands Panel, type /commands", "Close", "");
        return 1;
     }
return 0;
}



Re: Little problem with /help menu - UltraScripter - 19.08.2015

maybe its your 17th fs?


Re: Little problem with /help menu - brandypol - 20.08.2015

Quote:
Originally Posted by UltraScripter
Посмотреть сообщение
maybe its your 17th fs?
What do u mean by its my 17th fs ?


Re: Little problem with /help menu - Toxik - 20.08.2015

did you tried comple it with right pawno ?


Re: Little problem with /help menu - JordanZaundd - 20.08.2015

Copying and pasting your code into pawno comes up with no errors and works fine.



Re: Little problem with /help menu - UltraScripter - 20.08.2015

Samp can load 16 filterscripts maybe you allready used Max filterscripts and this one don't load


Re: Little problem with /help menu - Michael B - 20.08.2015

Actually, one of his filterscripts may interfere with the gamemode and cause this kind of errors. Did you add a filterscript recently, before this issue was encountering?


Re: Little problem with /help menu - brandypol - 21.08.2015

Quote:
Originally Posted by Toxik
Посмотреть сообщение
did you tried comple it with right pawno ?
Yes I tried it but it doesnt work