H4MZ4

Autoload.lua

Oct 11th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. if ( SERVER ) then
  2.     AddCSLuaFile( "client/cl_timerscript.lua" )
  3.     include( "server/sv_timerscript.lua" )
  4. end
  5.  
  6. if ( CLIENT ) then
  7.     AddCSLuaFile( "client/cl_timerscript.lua" )
  8.     include( "client/cl_timerscript.lua")
  9. end
Add Comment
Please, Sign In to add comment