Little problem with /help menu
#1

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;
}
Reply
#2

maybe its your 17th fs?
Reply
#3

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

did you tried comple it with right pawno ?
Reply
#5

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

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

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?
Reply
#8

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


Forum Jump:


Users browsing this thread: 1 Guest(s)