Files
Jacob 4364c7be3b Fixed Animation Freeze + Video Screens
+ Fixed the npwd script to latest version which fixes animation glitches.
+ Updated hypnonema to latest version.
2022-02-24 00:44:42 +00:00

55 lines
1.7 KiB
Lua

--[[
_ _
| | | |
| |_| |_ _ _ __ _ __ ___ _ __ ___ _ __ ___ __ _
| _ | | | | '_ \| '_ \ / _ \| '_ \ / _ \ '_ ` _ \ / _` |
| | | | |_| | |_) | | | | (_) | | | | __/ | | | | | (_| |
\_| |_/\__, | .__/|_| |_|\___/|_| |_|\___|_| |_| |_|\__,_|
__/ | |
|___/|_|
]]--
-- The url to your webserver
-- Hint: This is optional! You may want to stay with the default (https://thiago-dev.github.io/fivem-hypnonema)
hypnonema_url 'https://thiago-dev.github.io/fivem-hypnonema'
-- If you want to see a custom splash screen / poster
hypnonema_poster_url 'https://elite-gaming.co.uk/img/home-slider/slide1.png'
-- The command someone needs to enter for opening the menu
-- Hint: no spaces, no special characters!
hypnonema_command_name 'egvideo'
-- Only change if you know what you are doing!
hypnonema_db_connString "Filename=hypnonema.db;Flush=true"
-- Whether logging is enabled or not
hypnonema_logging_enabled 'false'
-- The max render distance for all screens
hypnonema_max_render_distance '400'
--------------------------------------------
--------------------------------------------
fx_version 'bodacious'
game 'gta5'
ui_page 'client/html/index.html'
client_script 'client/Hypnonema.Client.net.dll'
server_script 'server/Hypnonema.Server.net.dll'
files {
'client/Newtonsoft.Json.dll',
'client/Hypnonema.Shared.dll',
'client/html/index.html',
'client/html/styles.css',
'client/html/bg.png',
'client/html/*.js'
}
author 'simpled-dev'
version '1.9.0'
description 'a Media Player Resource for FiveM'
repository 'https://github.com/thiago-dev/fivem-hypnonema'