13.06.2015, 13:50
Being in bank (location) only doesn't matter, you should be INSIDE that checkpoint.
And what's that?
the correct check would be:
but if you add the bank2 check in the top along with bank1 so it will return the error, you won't need to check for that anymore.
And what's that?
pawn Код:
if(IsPlayerInDynamicCP(playerid, Bank1 || IsPlayerInDynamicCP(playerid, Bank2)))
pawn Код:
if(IsPlayerInDynamicCP(playerid, Bank1) || IsPlayerInDynamicCP(playerid, Bank2))