07.11.2011, 14:12
hey guys what is wrong in this command :/ i just converted my strcmp commands to zcmd but what is wrong because it shows error D:
errors:
line 1650:
pawn Код:
CMD:help(playerid,params[]) {
SendPlayerFormattedText(playerid,"[NBTDM]And Stunts Server By Blacklisted_Bboy",0);
SendPlayerFormattedText(playerid,"Type: /objective : to find out what to do in this gamemode.",0);
SendPlayerFormattedText(playerid,"Type: /tips to see some tips from the creator.",0);
SendPlayerFormattedText(playerid,"Type: /cmds : to see some cmds of the server.", 0);
ShowPlayerDialog(playerid, DIALOG_helpdialog, DIALOG_STYLE_MSGBOX, "{ADE35B}Server Help", "{05BDFA}Intro\n{ADE35B}•Welcome to [NBTDM]And Stunts Server!!\n•Here you will be able to chat,stunt,race,teleport,drift,jump,parkour etc.\n•Lets Start Helping You With Some Seperated Parts:\n{05BDFA}Donate\n•{ADE35B}Get More than 20 Commands\n•Specific VIP Chat\n•Donators are displayed at the server site\n•Would Have more advantages", "OK", "");
return 1;
}
pawn Код:
(1650) : error 029: invalid expression, assumed zero
(1650) : error 017: undefined symbol "cmd_help"
(1650) : error 029: invalid expression, assumed zero
1650) : fatal error 107: too many error messages on one line
pawn Код:
CMD:help(playerid,params[]) {