Garry's Mod

Need help with darkrp chat commands

Submitted by Uns0ip, , Thread ID: 88213

Thread Closed

RE: Need help with darkrp chat commands

Lightheaded
Novice
Level:
0
Reputation:
0
Posts:
23
Likes:
1
Credits:
0
12-05-2018, 02:36 PM
#2
if ( 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: 1 Guest(s)