Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. -- Chat Print --
  2.  
  3. if CLIENT then
  4.  
  5. hook.Add("OnPlayerChat", "plyads", function(ply,text)
  6. if CLIENT then
  7. if (string.sub(text, 1, 9) == "!commands") then
  8. PrintMessage( HUD_PRINTCONSOLE, "!motd - View the servers message of the day\n!content - View the server content\n!menu - View the ulx menu\n!shop - View the server PointShop\n!stats - View players in-game stats\n!loadout - View the loadout menu\n!jb - View the jukebox menu\n!3p - View the thirdperson menu\n!donate - View the donation menu\n!rtv - Vote to change the map" )
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement