15.09.2012, 05:55
Код:
stock IsPlayerInArea(playerid, Float:minx, Float:maxx, Float:miny, Float:maxy) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); return minx < x < maxx && miny < y < maxy; } If player is in area i want the game to send a client message idk how can someone show me please?!