SA-MP Forums Archive
Lokal Chat Problem - 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)
+--- Thread: Lokal Chat Problem (/showthread.php?tid=292370)



Lokal Chat Problem - KampfMopZZ - 23.10.2011

Hi ,

i want a lokal chat in my gamemode, so when i type "t" only the players in my radius can read the text.
i found in a tutorial this:
Код:
    LimitGlobalChatRadius(30.0);
and i added it in ONGAMEMODEINT at last.
but now i wont work . Please can you help me with this?

Thank you!


Re: Lokal Chat Problem - JaTochNietDan - 23.10.2011

What doesn't work about it? How did you go about testing it? Additionally, are you using any other type of system of people chatting? This will only work with the standard chat, aka, returning 1 in OnPlayerText and allowing the text to go through to the chat.


- KampfMopZZ - 23.10.2011

what do you men i have to do? I want to type T and a text, and just people near me should see it.
and i only addet LimitGlobalChatRadius(30.0); do ongamemodeint
Thank you
KampfMopZ

all clear, my adminscript blocked it, but thanks!