Advertisement
Guest User

Untitled

a guest
Oct 5th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. AddCSLuaFile()
  2.  
  3. AddCSLuaFile( "cubejbmenus/cl_menu.lua" )
  4.  
  5. if CLIENT then
  6. hook.Add( "InitPostEntity", "CubeJBMenu", function()
  7. include( "cubejbmenus/cl_menu.lua" )
  8. end)
  9.  
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement