07.09.2013, 15:43
Greetings,
I have this /v command, but I can`t complie it as well because I get this errors:
LINE 254:
If anyone can help me,
Regards,
Pablo.
I have this /v command, but I can`t complie it as well because I get this errors:
pawn Код:
C:\Users\usuario\Sa-Mp\filterscripts\Commands.pwn(254) : error 029: invalid expression, assumed zero
C:\Users\usuario\Sa-Mp\filterscripts\Commands.pwn(254) : warning 215: expression has no effect
C:\Users\usuario\Sa-Mp\filterscripts\Commands.pwn(254) : error 001: expected token: ";", but found "]"
C:\Users\usuario\Sa-Mp\filterscripts\Commands.pwn(254) : error 029: invalid expression, assumed zero
C:\Users\usuario\Sa-Mp\filterscripts\Commands.pwn(254) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
pawn Код:
if([pInfo][pAdmin] >=1) return SendClientMessage(playerid, COL_RED, "SERVER: You are not allowed to use this command");
Regards,
Pablo.