• Micro. chat Lua code plz
    4 replies, posted
How to limit that people didn't speak at the same time in a chat?
You'd have to make a chat queue in a timer since almost all chat messages aren't posted at the same time, but just a few ticks away.
[QUOTE=code_gs;47363281]You'd have to make a chat queue in a timer since almost all chat messages aren't posted at the same time, but just a few ticks away.[/QUOTE] How to make it? I badly understand lua. It is possible a code?
[QUOTE=godred2;47363342]How to make it? I badly understand lua. It is possible a code?[/QUOTE] Try yourself first, and report back with the code you made. [url]http://wiki.garrysmod.com/page/timer/Simple[/url] [url]http://wiki.garrysmod.com/page/GM/PlayerSay[/url] [url]http://wiki.garrysmod.com/page/hook/Add[/url]
[QUOTE=code_gs;47363427]Try yourself first, and report back with the code you made. [url]http://wiki.garrysmod.com/page/timer/Simple[/url] [url]http://wiki.garrysmod.com/page/GM/PlayerSay[/url] [url]http://wiki.garrysmod.com/page/hook/Add[/url][/QUOTE] Thx
Sorry, you need to Log In to post a reply to this thread.