Advertisement
Guest User

1944

a guest
Jan 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. concommand.Add( "passport", function()
  2.  
  3. timer.Create("1", 0.5,1, function() RunConsoleCommand("say", "/me ==================================") end)
  4.  
  5.  
  6. timer.Create("2", 1.5,1, function() RunConsoleCommand("say", "/me ПОКАЗАЛ ПАСПОРТ : №5902 14523") end)
  7.  
  8.  
  9. timer.Create("3", 2.5,1, function() RunConsoleCommand("say", "/me ВОЗРАСТ : 35 ЛЕТ") end)
  10.  
  11.  
  12. timer.Create("4", 3.7,1, function() RunConsoleCommand("say", "/me ПРОФЕССИЯ : "..team.GetName(ply:Team())) end)
  13.  
  14. timer.Create("7", 4.7,1, function() RunConsoleCommand("say", "/me ФОТОГРАФИЯ : ( ͡° ͜ʖ ͡°)") end)
  15.  
  16.  
  17. timer.Create("6", 5.7,1, function() RunConsoleCommand("say", "/me ВЫДАНО : БЕРЛИН, ГЕРМАНИЯ") end)
  18.  
  19.  
  20. timer.Create("5", 6.7,1, function() RunConsoleCommand("say", "/me ==================================") end)
  21.  
  22. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement