Kalitos said in Please I need help:
Yosmany You need to copy the dll to "%localappdata%/Plutonium/storage/t6/plugins/" folder on your server, then copy this code to a file and save it as muteplayers.gsc and copy the file to "%localappdata%/Plutonium/ storage/t6/scripts/mp", then restart your server, if the dll loads correctly, the chat should no longer be available.
init() { onPlayerSay(::callbackPlayerSay); } callbackPlayerSay(text, mode) { // mode == 0 -> all // mode == 1 -> team // self -> player that sent the message // returning `false` will hide the message, anything else will not self tell("You are not allowed to type in the chat"); return false; }
Good, look when I put the dll you told me in the address you gave me, you don't raise the server for me