30.03.2014, 18:38
Error:
Code:
Quote:
C:\Users\Gamer\Desktop\Millenium RP\gamemodes\Millenium.pwn(1849) : error 030: compound statement not closed at the end of file (started at line 1840) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. |
Quote:
CMD:mole(playerid, params[]) { new string[128], text; if(PlayerInfo[playerid][pAdmin] < 3) { SendClientMessage(playerid, COLOR_LIGHTBLUE,"Syntax: /mole [MESSAGE]"); SendClientMessageToAll(COLOR_YELLOW,"Server:"); format(string, sizeof(string), "", text); SendClientMessageToAll(COLOR_YELLOW, string); return 1; } |