Global 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: Global chat problem.. (
/showthread.php?tid=662570)
Global chat problem.. -
Fratzi - 05.01.2019
When the server passes 100 players, server chats are global...
That means everyone can see any chat messages and I can not find the problem..
https://imgur.com/a/Dnppo2a
Re: Global chat problem.. -
Chyakka - 05.01.2019
You may want to include your OnPlayerText callback code, you can't fix a bug with a screenshot.
Re: Global chat problem.. -
Fratzi - 06.01.2019
Solved.
The problem was from max_players
Re: Global chat problem.. -
Davidmkd123 - 06.01.2019
Have you tried to define MAX_PLAYERS to 100?