CMD : deposit
#3

Being in bank (location) only doesn't matter, you should be INSIDE that checkpoint.

And what's that?
pawn Код:
if(IsPlayerInDynamicCP(playerid, Bank1 || IsPlayerInDynamicCP(playerid, Bank2)))
the correct check would be:
pawn Код:
if(IsPlayerInDynamicCP(playerid, Bank1) || IsPlayerInDynamicCP(playerid, Bank2))
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.
Reply


Messages In This Thread
CMD : deposit - by STONEGOLD - 13.06.2015, 13:40
Re: CMD : deposit - by STONEGOLD - 13.06.2015, 13:49
Re: CMD : deposit - by Konstantinos - 13.06.2015, 13:50
Re: CMD : deposit - by GuyYahood1 - 13.06.2015, 13:52

Forum Jump:


Users browsing this thread: 1 Guest(s)