-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added script to initialize on sv_allowcslua servers with the weapon s…
…witcher working
- Loading branch information
Showing
4 changed files
with
106 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--[[------------------------------------------------------------------ | ||
Manual initialization script. | ||
Run this if you're on a server that allows sv_allowcslua. | ||
WARNING: The following features will NOT work since they require | ||
the server-side part of the HUD to run, and it won't. | ||
- Damage indicator | ||
- Hazard icons | ||
]]-------------------------------------------------------------------- | ||
|
||
if SERVER then return end | ||
|
||
include('autorun/holohud.lua') -- initialize HUD | ||
UnintrusiveBindPress.init() -- manually initialize bind press |