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;
}
(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
CMD:help(playerid,params[]) {
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; } |
are you sure you listed the zcmd include at the top of your script, or maybe modified anything in it?...
'cause that's the only problem that gets into my mind atm... the rest of the script looks fine and it shouldn't have to do anything with the "new" codes you posted. Otherwise I would suggest you to post this in the zcmd release topic.. maybe you get some faster or better help in it? |
-.- .... huh?if i wasnt defining the zcmd include then the pawno would have been crashed 50 times..-.-
|