-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstructions.txt
49 lines (41 loc) · 2.16 KB
/
Instructions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
--------------------------------------------------------------------------------
----------------------------------- DevDokus -----------------------------------
--------------------------------------------------------------------------------
-------------------------------- RedM Metabolism -------------------------------
--------------------------------------------------------------------------------
-- Instructions --
Simply place the "DevDokus--Metabolism" in your resource
folder and add it to your server.cfg. Add the following line.
`ensure DevDokus--Metabolism`
--------------------------------------------------------------------------------
-- Requirements --
Other then the VORP Core, you do not
require other plugins for this to work.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- Disclaimer --
Although the basics of this plugin are finished,
I am still working on expanding it in the coming
months. If you want to be able to upgrade to the
latest update, I would recommend leaving this
script unchanged. If you make changes, you have
to redo these changes if you update to the latest
version of this script!
Other than that you are free to use this script
and make changes to it. Just make sure you put
my name and GitHub link in your upload.
Have fun everyone :)
--------------------------------------------------------------------------------
Value = number between 0 and 100
TriggerEvent('DevDokus:Metabolism:C:Hunger', value)
TriggerEvent('DevDokus:Metabolism:C:Thirst', value)
TriggerEvent('DevDokus:Metabolism:C:Health', value)
TriggerEvent('DevDokus:Metabolism:C:Stamina', value)
Value = seconds for the boost to be active.
TriggerEvent('DevDokus:Metabolism:C:StaminaInner', value)
TriggerEvent('DevDokus:Metabolism:C:StaminaOuter', value)
--------------------------------------------------------------------------------
-- Credits --
[SirFreddie](https://github.com/SirFreddie) For the hud.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------