Found this but not that bouring error .. -.-
#8

pawn Код:
if (APlayerData[playerid][LoggedIn] == true)
    {
        if IsPlayerInRangeOfPoint(playerid, 4.0, 361.8270, 174.0347, 1008.389))
        {
            // Check if the player doesn't have a bank account
            if (!fexist(file))
            {
The above code is yours.

Your errors are stating that on this line of the code taken from above:
pawn Код:
if IsPlayerInRangeOfPoint(playerid, 4.0, 361.8270, 174.0347, 1008.389))
Your brackets don't match up.
Quote:

if IsPlayerInRangeOfPoint(playerid, 4.0, 361.8270, 174.0347, 1008.389))
Marked in green above is the opening brackets of that line. Marked in red is the closing brackets of that line. It is on a 1/2 ratio, meaning that the 'equation' is not equal. You have tried to close something from that statement that isn't there.

--

Try the code below and tell me your results:

pawn Код:
if(!IsPlayerInRangeOfPoint(playerid, 4, 361.8270, 174.0347, 1008.389))
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)