31.07.2011, 19:22
Hello
i have a problem with my ZCMD command
on the top of my script i have this..
and here's the commands
And i get 4 errors
Help me please
Thanks
i have a problem with my ZCMD command
on the top of my script i have this..
Код:
#include <a_samp> #include <zcmd> #include <sscanf2>
Код:
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; }
Код:
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
Thanks