Esx_status server.lua

Anyone help pls?
How do i find serer.lua in esx_status?

Maybe to opet a map where says “esx_status” then go ahead to folder called “server” and there should be a server.lua

There is only Folder Classes and client.lua…

Here you go:

fx_version 'adamant'

game 'gta5'

description 'ESX Status'

version '1.0.0'

server_scripts {
	'@mysql-async/lib/MySQL.lua',
	'config.lua',
	'server/main.lua'
}

client_scripts {
	'config.lua',
	'client/classes/status.lua',
	'client/main.lua'
}

ui_page 'html/ui.html'

files {
	'html/ui.html',
	'html/css/app.css',
	'html/scripts/app.js'
}

So i have register status in there? server/main.lua?

Nvm i’m just changed replaced resource.lua that you posted here!
Btw why my hud’s food bars doesen’t work?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.