FAQ
Frequently asked questions
How to add function to automatically hide, show my interface?
HandleHud = function(hideHud)
-- CODE TO HIDE/ENABLE YOUR HUD
endHow to change default settings of the new user?
Config.DefaultSettings['Filters'] = 'NG_filmic25'
Config.DefaultSettings['Cameras'] = 'from_back'How to add more cameras or filters?
--EXAMPLE OF FILTERS
{
name = 'my_new_filter',
label = "My New Filter",
value = .65,
},
--EXAMPLE OF CAMERAS
{
name = 'my_new_camera',
label = 'My New Camera',
rotations = {
x = false, --ROTATE X AXIS
y = false, --ROTATE Y AXIS
z = false, --ROTATE Z AXIS
},
offsets = {
x = -3.25, --LEFT/RIGHT
y = 5.5, --FORWARD/BACKWARD
z = 0.3, --TOP/BOTTOM
},
},How to add more default locations?
How to change starting items?
How to change location of default spawn coords?
How can I set so the players won't swap locations on logout?
How can I change my server logo?
How can I change default music?
How can I default characters amount?
How can I set user characters amount?
How can I enable/disable debug?
How can I adjust clothing timer?
How can I change my skin functions?
I'm from China and YouTube is restricted
Last updated