SA-MP Forums Archive
Pawno Crash - Script Error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Pawno Crash - Script Error (/showthread.php?tid=500392)



Pawno Crash - Script Error - MikeMike1997 - 12.03.2014

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?


Re: Pawno Crash - Script Error - JonathanFeitosa - 12.03.2014

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


Re: Pawno Crash - Script Error - MikeMike1997 - 12.03.2014

Код:
        }

    }

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