Target of the ProxDetector doesn't see the message - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Target of the ProxDetector doesn't see the message (
/showthread.php?tid=89286)
Target of the ProxDetector doesn't see the message -
Josh! - 01.08.2009
I've seen on some servers, the target of the ProxDetector can't see the message which is being displayed.
For example,
Quote:
format(string, sizeof(string), "%s says (radio): %s", sendername, result);
ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_F ADE4,COLOR_FADE5);
|
Somehow 'playerid' can't see this message.
Note: This was just an example, I don't know how to do it.