Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. if SERVER then
  2.  
  3.     timer.Simple( 30, function()
  4.         RunConsoleCommand("cwcmd", "max_chat_length", "420")
  5.         RunConsoleCommand("cwcmd", "cfgsetvar", "intro_text_big", "'CITY SEVENTEEN: INDUSTRIAL SECTOR'"
  6.         RunConsoleCommand("cwcmd", "cfgsetvar", "intro_text_small", "'Let be.'")
  7.     end )
  8.  
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement