Advertisement
MarlboroGood

Marlboro

Jul 3rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. hook.Add( "PlayerSay", "vk", function( ply, text, public )
  2. text = string.lower( text )
  3. if ( text == "!help" ) then -- Команда
  4. ply:ChatPrint("1) Vk (URL) \n2)Контент (URL) \n3)Жопа") -- Принт
  5. end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement