17.09.2011, 06:32
Hey
I want to do the following but i am unsure how.
Even when i am in range it just says your not in range
i want it so if i'm in range of either of the 2 locations it will show the dialog
I want to do the following but i am unsure how.
pawn Код:
if( !IsPlayerInRangeOfPoint( playerid, 2.0, X, Y ,Z ) || !IsPlayerInRangeOfPoint( playerid, 2.0, X, Y ,Z)) return SendClientMessage(playerid, "Your not in range")
Showplayerdialog...
i want it so if i'm in range of either of the 2 locations it will show the dialog