• Clientside Lua files?
    1 replies, posted
Okay, here's my problem. I'm running a dedicated server in which I want clients to use a certain HUD file, located in /lua/autorun/client. I need to force my clients to download and activate this file. How would I go about doing that? inb4 obvious answer.
[lua]AddCSLuaFile("autorun/client/hud.lua")[/lua] Change hud.lua to your file name. Save that as a lua file somewhere in lua/autorun/server/
Sorry, you need to Log In to post a reply to this thread.