15.10.2010, 16:26
I was working on a Radio feature so that when a player talks whosoever stands nearby him could see what ever he says the problem is the player who uses the Radio also sees the message that the other players are seeing, he sees a Radio one, and for the nearby people one, Double messages.
is there any way to make only the players see the nearby message so that he will see only what he wrote on the Radio ?.
this is the code of the message the nearby players would see.
is there any way to make only the players see the nearby message so that he will see only what he wrote on the Radio ?.
this is the code of the message the nearby players would see.
pawn Код:
format(string, sizeof(string), "(Radio) %s says: %s", sendername, result);
ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);