Garry's Mod

Need help with darkrp chat commands

Submitted by Uns0ip, , Thread ID: 88213

Thread Closed

RE: Need help with darkrp chat commands

#4
f ( SERVER ) then

hook.Add( "PlayerSay", "playersaywebsite", function( _p, _text, public )

if ( _text == " CHAT COMMAND " ) then
_p:ConCommand( " COMMAND " );
return "";
end

end );

end

Users browsing this thread: 2 Guest(s)