I write “/zedu” and the command it’s in the server console, how do I make it to the console of whoever puts it?
hook.Add( "PlayerSay", "abrirmenu", function( ply, text, public )
text = string.lower( text )
if ( text == "/zedu" ) then
RunConsoleCommand( "openzedu" )
return ""
end
end )