01.05.2010, 09:18
Код:
new Float:x, Float:y, Float:z; new Float:px, Float:py, Float:pz; GetPlayerPos(playerid, x, y, z); for(new i=0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)&&i!=playerid){ if(IsPlayerInRangeOfPoint(i, 3.0, x, y, z)) { SendClientMessage(playerid, grey, "blablabla"); SendClientMessage(i, grey, "blablabla2"); } } }