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
#2

pawn Код:
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


Forum Jump:


Users browsing this thread: 1 Guest(s)