Advertisement
Guest User

Untitled

a guest
May 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. hook.Add( "OnPlayerChat", "CommandesHelps", function( ply, strText, bTeam, bDead )
  2. if ( ply != LocalPlayer() ) then return end
  3.  
  4. strText = string.lower( strText )
  5.  
  6. if ( strText == "!urss" ) or ( strText == "/urss" ) then
  7. chat.PlaySound()
  8. chat.AddText( "Liens du document: https://bit.ly/2WeJOA7" )
  9.  
  10. return true
  11. end
  12.  
  13.  
  14.  
  15.  
  16. if ( strText == "!reich" ) or ( strText == "/reich" ) then
  17. chat.PlaySound()
  18. chat.AddText( "Liens du document: https://bit.ly/2WeJOA7" )
  19.  
  20. return true
  21. end
  22.  
  23. end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement