22.03.2013, 11:42
Hello,
im getting many errors on this Line :-
Errors :-
Help.
im getting many errors on this Line :-
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext, "/colors", true)) { ShowPlayerDialog(playerid, colors, DIALOG_STYLE_LIST, "Colors List", "Red\nBlue\nGreen\nYellow\nPink\nPurple\nGrey\nWhite\nOrange\nLime\nNext Page", "Select", "Cancel"); return 1; } return 0; }
Код:
C:\Documents and Settings\User\Desktop\Server\filterscripts\tColor.pwn(25) : error 029: invalid expression, assumed zero C:\Documents and Settings\User\Desktop\Server\filterscripts\tColor.pwn(25) : warning 215: expression has no effect C:\Documents and Settings\User\Desktop\Server\filterscripts\tColor.pwn(25) : warning 215: expression has no effect C:\Documents and Settings\User\Desktop\Server\filterscripts\tColor.pwn(25) : warning 215: expression has no effect C:\Documents and Settings\User\Desktop\Server\filterscripts\tColor.pwn(25) : warning 215: expression has no effect C:\Documents and Settings\User\Desktop\Server\filterscripts\tColor.pwn(25) : warning 215: expression has no effect C:\Documents and Settings\User\Desktop\Server\filterscripts\tColor.pwn(25) : error 001: expected token: ";", but found ")" C:\Documents and Settings\User\Desktop\Server\filterscripts\tColor.pwn(25) : error 029: invalid expression, assumed zero C:\Documents and Settings\User\Desktop\Server\filterscripts\tColor.pwn(25) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.