Modding chat
-
is there a way too modify chat per say, make it so i can stop users from talking in chat?
-
is there a way too modify chat per say, make it so i can stop users from talking in chat?
@WeedLikeToSmoke With GSC you can do it, you need to use also the feddd plugin
#include maps\mp_utility; #include common_scripts\utility; #include maps\mp\gametypes_hud_util; init() { onPlayerSay(::callbackPlayerSay); } callbackPlayerSay(text, mode) { // mode == 0 -> all // mode == 1 -> team // self -> player that sent the message self tell("You are not allowed to type in the chat"); return false; }
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login