Problem with ZCMD
#1

Hello
i have a problem with my ZCMD command

on the top of my script i have this..

Код:
#include <a_samp>
#include <zcmd>
#include <sscanf2>
and here's the commands

Код:
COMMAND:help(playerid, params[])
    {
      ShowPlayerDialog(playerid, DIALOG_HELP, DIALOG_STYLE_LIST, "Help Menu", "Choose the type of commands",  "General\nFactions\nCells\nJobs\Animations\nAdmin Commands", "Select", "Quit");
      return 1;
    }
And i get 4 errors

Код:
C:\Users\user\Documents\MPRP\gamemodes\MPRP.pwn(231) : error 029: invalid expression, assumed zero
C:\Users\user\Documents\MPRP\gamemodes\MPRP.pwn(231) : error 017: undefined symbol "cmd_help"
C:\Users\user\Documents\MPRP\gamemodes\MPRP.pwn(231) : error 029: invalid expression, assumed zero
C:\Users\user\Documents\MPRP\gamemodes\MPRP.pwn(231) : fatal error 107: too many error messages on one line
Help me please

Thanks
Reply


Messages In This Thread
Problem with ZCMD - by Soumi - 31.07.2011, 19:22
Re: Problem with ZCMD - by Macluawn - 31.07.2011, 19:23
Re : Problem with ZCMD - by Soumi - 31.07.2011, 19:24
Re: Problem with ZCMD - by MadeMan - 31.07.2011, 19:25
AW: Problem with ZCMD - by samtey - 31.07.2011, 19:25
Re : Problem with ZCMD - by Soumi - 31.07.2011, 19:27
Re : Problem with ZCMD - by Soumi - 31.07.2011, 19:32
Re: Problem with ZCMD - by MadeMan - 31.07.2011, 19:33
Re : Re: Problem with ZCMD - by Soumi - 31.07.2011, 19:34

Forum Jump:


Users browsing this thread: 2 Guest(s)