Advertisement
dr4kedecep

addon_game_mode.lua

Dec 6th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. -- Generated from template
  2. if ZombieArena == nil then
  3.     _G.ZombieArena = class({})
  4. end
  5. ----------------------------------------
  6.  
  7. require('libraries/timers')
  8. require('libraries/attributes')
  9. require('ZombieArena')
  10.  
  11. function Precache( context )
  12. end
  13.  
  14. function Activate()
  15.     print ("[ZOMBIEARENA] creating game mode")
  16.     ZombieArena:InitGameMode()
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement