SA-MP Forums Archive
Chat Bug - 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: Chat Bug (/showthread.php?tid=508748)



Chat Bug - John_Black96 - 23.04.2014

https://www.youtube.com/watch?v=skG1RVEGciA

This is a Similar Chat Bug that I have in My Gamemode. I don't really know how to fix it. Can you guys help me? Please! It happens totally randomly, it seems. Please, help.


Re: Chat Bug - therainycat - 23.04.2014

"/b something" (OnPlayerCommandText, this is a Command)
is not
"something" (OnPlayerText, this is a Chat message)

If you are writing "/" as first character, server understands this as command, not as chat message.
Look into your OnPlayerCommandText.


Re: Chat Bug - John_Black96 - 23.04.2014

Ye but sometimes it bugs even in normal Chat, is that normal?