/help command
#1

Hello, i want to make a /help command like this, but with ZCMD. what do i have to change? It says undefined symbol cmdtext...

PHP Code:
new x_nr[256];
             
x_nr strtok(cmdtextidx);
            if(!
strlen(x_nr))
             {
                 
SendClientMessage(playeridRED"Help Menu: |/help [name]|");
                  
SendClientMessage(playeridRED"Name: Weapons");
             
                return 
1;
             }
             if(
strcmp(x_nr,"weapons",true) == 0)
            {
            } 
Thanks
Reply


Messages In This Thread
/help command - by Dripac - 17.02.2015, 06:23
Re: /help command - by JeaSon - 17.02.2015, 06:36
AW: /help command - by Dripac - 17.02.2015, 06:40

Forum Jump:


Users browsing this thread: 1 Guest(s)