Pawno Crash - Script Error
#1

Is there anyway to check which bracket has broken my script? Haven't used it in ages and found a old backup but cannot find out which bracket has broken it... I swear there was a file to check or something?
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=171429
Reply
#3

Код:
        }

    }

       if(newstate == PLAYER_STATE_DRIVER)
    {
        new vehicleid = GetPlayerVehicleID(playerid);
        if(vehicleid == SAPD5 && Member[playerid] != 1)
        {
 RemovePlayerFromVehicle(playerid);
            SendClientMessage(playerid, 0xFFFFFFFF, "This Vehicle Belongs to San Andreas Police Department!");
"MISSING BRACKET: The { bracket on line 7093 does not have a pair!
Result:
Opening angle brackets ({): 2069
Closing angle brackets (}): 2068
1 angle brackets without pair! Fix it! "

That is the line it directs me too...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)