• People cant chat but admins can
    3 replies, posted
Hey, in my servers (Flood and Deathrun) no one seems to be able to talk in chat. I am using Evolve admin mod. Superadmins and Owners can chat in chat but guests cant? Can someone help me please?
[QUOTE=freshmintyy;40022127]Hey, in my servers (Flood and Deathrun) no one seems to be able to talk in chat. I am using Evolve admin mod. Superadmins and Owners can chat in chat but guests cant? Can someone help me please?[/QUOTE] goes in the serverside file lua/autorun/server/serverfile.lua [lua]hook.Add("PlayerSay","OnlyAdminsSuperAdmin", function(ply) return ply:IsAdmin() // will allow both admin and superadmin end)[/lua]
[QUOTE=RetTurtl3;40023499]goes in the serverside file lua/autorun/server/serverfile.lua [lua]hook.Add("PlayerSay","OnlyAdminsSuperAdmin", function(ply) return ply:IsAdmin() // will allow both admin and superadmin end)[/lua][/QUOTE] This will cause the problem he's trying to fix ... Regarding OP's question, what addons are you running? What have you done since the chat was working? I don't use evolve, though I highly doubt someone can fix this given the information you've provided.
[QUOTE=>>oubliette<<;40023592]This will cause the problem he's trying to fix ... Regarding OP's question, what addons are you running? What have you done since the chat was working? I don't use evolve, though I highly doubt someone can fix this given the information you've provided.[/QUOTE] Hi Syntox Turtle it was just an example of what could happen.
Sorry, you need to Log In to post a reply to this thread.