syntax error?
#1

pawn Код:
C:\Documents and Settings\Karim\My Documents\Grand Theft Auto San Andreas\SA-MP SERVER(CNR)\gamemodes\COPSAR~1.pwn(9538) : error 076: syntax error in the expression, or invalid function call

    if(DerbyCountDown == 0 && iRoundStarted == true) return SendClientMessage(playerid, RED, "Error: The Derby Event Has Already Started!");
Reply
#2

Try this(Not tested.)
pawn Код:
if(DerbyCountDown == 0)
{
    if(iRoundStarted == 1)
    {
        SendClientMessage(playerid, RED, "Error: The Derby Event Has Already Started!");
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)