22.02.2014, 04:29
LSGW.pwn(365) : error 075: input line too long (after substitutions)
LSGW.pwn(366) : error 037: invalid string (possibly non-terminated string)
LSGW.pwn(366) : error 017: undefined symbol "FF0000"
LSGW.pwn(366) : warning 217: loose indentation
LSGW.pwn(366) : error 029: invalid expression, assumed zero
LSGW.pwn(366) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
LSGW.pwn(366) : error 037: invalid string (possibly non-terminated string)
LSGW.pwn(366) : error 017: undefined symbol "FF0000"
LSGW.pwn(366) : warning 217: loose indentation
LSGW.pwn(366) : error 029: invalid expression, assumed zero
LSGW.pwn(366) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
pawn Код:
Line - 364 : CMD:gcmds(playerid, params[])
Line - 365 : {
Line - 366 : ShowPlayerDialog(playerid, DGCMDS, DIALOG_STYLE_MSGBOX, "{FF0000}General {FFFF00}Commands {0000FF}List", "{FF0000}/veh {0000A0}-> {00FF00}Spawning a Vehicles\n{FF0000}/rules {0000A0}-> {00FF00}The List of Rules\n{FF0000}/forum {0000A0}-> {00FF00}Show the Forum URL\n{FF0000}/serverip {0000A0}-> {00FF00}Show You the Server IP\n{FF0000}/updates {0000A0}-> {00FF00}See the List of v2.7 Updates\n{FF0000}/credits {0000A0}-> {00FF00}See the credits of this server\n{FF0000}/help {0000A0}-> {00FF00}See the help ", "Close", "");
Line - 367 : return 1;
Line - 368 : }