Bank Bug
#2

pawn Код:
if(!IsPlayerInRangeOfPoint(i, 15.0, 2308.7346, -11.0134, 26.7422))
I suppose this is 1 coordinate, meaning 1 bank, meaning when the player ain't at that spot it will give the message: you have left the bank.

just add another check with the second bank coords, like:

pawn Код:
if(!IsPlayerInRangeOfPoint(i, 15.0, 2308.7346, -11.0134, 26.7422) || !IsPlayerInRangeOfPoint( i, 15.0, x, y, z ) )
Reply


Messages In This Thread
Bank Bug - by betta - 29.01.2014, 00:53
Re: Bank Bug - by Smileys - 29.01.2014, 07:03

Forum Jump:


Users browsing this thread: 1 Guest(s)