error 030
#1

Error:
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.

Code:
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;
}

Reply


Messages In This Thread
error 030 - by CallumIsDaBeast - 30.03.2014, 18:38
Re: error 030 - by ScripteRMKD - 30.03.2014, 18:45

Forum Jump:


Users browsing this thread: 1 Guest(s)