Skip to content

Commit

Permalink
Remove demo code from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 committed Nov 6, 2023
1 parent f13b573 commit 5320ec0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
* Adjust `config/config_client.lua` and `config/config_server.lua` to you liking
* Restart you server

## Upgrading from v0.2.0
The need for streaming a custom `prop_spycam` model was removed in v0.3.0 therefore you must delete the `stream` folder and it's contents otherwise the spycam will be rotated incorrectly!


## Usage
* Use the `spycam` item from your inventory to deploy a new spy camera
Expand Down
4 changes: 2 additions & 2 deletions config/config_client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ Config.Controls = {

-- Callback fired when entering the camera view
Config.OnEnterCam = function()
TriggerEvent('hud:client:DisableHud')
--
end

-- Callback fired when exiting the camera view
Config.OnExitCam = function()
TriggerEvent('hud:client:EnableHud')
--
end

-- List of material hashes a player can't place a spycam on
Expand Down

0 comments on commit 5320ec0

Please sign in to comment.