12.09.2010, 20:04
Ok, this is working 50% if(IsPlayerInArea(playerid,30.1200, -15.4505, 5.7569, -6.0218 )) ...
this if(IsPlayerInArea(playerid,-15.4505, 30.1200, -6.0218, 5.7569 )) is not working
That's not true ... doesn't work ... make the IsPlayerInArea function with coordinates to see ...
this if(IsPlayerInArea(playerid,-15.4505, 30.1200, -6.0218, 5.7569 )) is not working
Quote:
Its the opposite of what you have.
Its: MinX and MinY are the first corner, then: MaX and MaxY are the 2nd corner. |
That's not true ... doesn't work ... make the IsPlayerInArea function with coordinates to see ...