19.06.2012, 06:33
Hello, Can you help me with this command?
I'm getting errors in this command
And the errors are in this cmd
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(47) : warning 213: tag mismatch
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(154) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(414) : error 075: input line too long (after substitutions)
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(415) : error 037: invalid string (possibly non-terminated string)
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(415) : error 017: undefined symbol "GENERAL"
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(415) : error 029: invalid expression, assumed zero
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(415) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
415: Line is of the dialog
and 414 Line: is the line of "{" before coming the dialog
Can you fix these errors or explain me that wat mistake i did?
I'm getting errors in this command
pawn Код:
if(strcmp(cmd, "/cmds", true) == 0)
{
ShowPlayerDialog(playerid,28,DIALOG_STYLE_MSGBOX,"Commands","GENERAL COMMANDS: /stats /admins /serverteam /cctv /report /changepass [There is no command changepass like uG]\n ROLEPLAY COMMANDS: /me /do /w /shouts /b /o /pm /l /s /chathelp /rpname [Will be done soon\n VEHICLE COMMANDS: /trunk /hood /lockv /objective /lights\n HOUSE COMMANDS: /buyhouse /sellhouse and Alot functions are added in /housemenu command\n BUSINESS COMMANDS: /buybus /sellbus and Alot functions are in dialog command /busmenu\n ORGS COMMANDS: /request /orglist only for players who are not in gang\n PHONE COMMANDS: /call /hangup /sms /pb /ph /mpn /sms\n ANIMLIST COMMANDS: /animlist (Alot of commands in animlist in 50-60\n RULES COMMANDS: /rules /banrules /tbrules /help","Okay","Okay");
return 1;
}
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(47) : warning 213: tag mismatch
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(154) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(414) : error 075: input line too long (after substitutions)
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(415) : error 037: invalid string (possibly non-terminated string)
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(415) : error 017: undefined symbol "GENERAL"
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(415) : error 029: invalid expression, assumed zero
C:\DOCUME~1\MOSTWA~1\Desktop\NoZer0.pwn(415) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
415: Line is of the dialog
and 414 Line: is the line of "{" before coming the dialog
Can you fix these errors or explain me that wat mistake i did?