06.06.2009, 12:04
Quote:
|
Originally Posted by <<--LOL-->>
Hi another one :P I just don't know where to look for answer
.So I need something like IsPlayerInArea, now what it's about.. So if player has etc. Test[playerid]=1; And he is in area x,y,z +50 distance.. But if player try's to get out of these +50distance, server will return him on the previous point.. |
pawn Код:
SetPlayerWorldBounds(playerid,Float:x_max,Float:x_min,Float:y_max,Float:y_min)
? It's a inbuilt pawno function. Or would you like something that checks if the player is not in the area and uses SetPlayerPos?


.