Quote:
Originally Posted by SpeeDeeR
Get all alive players using get_players with the proper flags and loop through them checking the distance between you and the player using get_distance or get_distance_f. When a player is in range, send him the message via client_print, colorchat or however you want.
|
thx for reply , but still 1 problem unsolved
what I mean is , when player uses "Say" to say messages , all players can see the message , but I want to block the message from being sent to other players out of range , is it possible?