[Release] EssentialMode base

Can anyone help:

Are you using the latest version of essentialmode?

Edit: Saw someone suggest changing the fx version to adamant within the fxversion.lua.

hi, i have that error:


many functions doesn’t work
Can anyone help me please?

Thank you very much, everything is fine and working with changing fx version to adamant.

So since es_extended no longer uses es_plugin you’re not running that SQL.

You have to manually create a database named “essentialmode” then run the SQL for es_extended. The plugin is no longer needed afaik.

3 Likes

How to change the fx version?

Yes, creating a separate database helps solve this problem. Before that, I solved it by downloading es_extended from other authors, where the table was Alter user and not create user. Your solution to the problem is more correct

Hi, i have just started my server and I am trying to make EsentailMode work, somethings work’s something does not work.

I get this error in the server CMD

SCRIPT ERROR: @es_extended/server/main.lua:123: attempt to index a nil value (field '?')
> ref (@es_extended/server/main.lua:123)
> (@mysql-async.js:14959)

I have set up my database (xampp) and heidisql.
I’m using these scripts/other stuff kinda for essentialmode: async, es_admin, es_extended, esplugin_mysql, essentialmode, fxmigrant, mysql-async, these files are lokated in my server-data>resources>[essentialmode].

This is my resorces.cfg:

#FiveM Default
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure fivem
ensure hardcap
ensure ■■■■■■■
ensure scoreboard

#MySql Async
ensure mysql-async

#Essential mods
ensure essentialmode
ensure esplugin_mysql
ensure es_extended
start es_admin
start fxmigrant

#VMenu
exec permissions.exec
start vMenu

#CARS
start rmodx6
start x6m
start octavia
start ambulance
start towtruck
start flatbed

This is my server.cfg

# Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

set mysql_connection_string "server=127.0.0.1;uid=root;password=;database=essentialmode"
set  es_enableCutsomData 1

#Resurs liste
exec resurser.cfg

# This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
sv_scriptHookAllowed 1

# Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
#rcon_password ""

# A comma-separated list of tags for your server.
# For example:
# - sets tags "drifting, cars, racing"
# Or:
# - sets tags "roleplay, military, tanks"
sets tags "default"

# A valid locale identifier for your server's primary language.
# For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
sets locale "root-AQ" 
# please DO replace root-AQ on the line ABOVE with a real language! :)

# Set an optional server info and connecting banner image url.
# Size doesn't matter, any banner sized image will be fine.
#sets banner_detail "https://url.to/image.png"
#sets banner_connecting "https://url.to/image.png"

# Set your server's hostname
sv_hostname "EDDY TESTYSERVER"

# Nested configs!
#exec server_internal.cfg

# Loading a server icon (96x96 PNG file)
load_server_icon myLogo.png

# convars which can be used in scripts
set temp_convar "hey world!"

# Uncomment this line if you do not want your server to be listed in the server browser.
# Do not edit it if you *do* want your server listed.
sv_master1 ""

# Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.fivem:1 group.admin # add the admin to the group

# Hide player endpoints in external log output.
sv_endpointprivacy true

# Server player slot limit (must be between 1 and 32, unless using OneSync)
sv_maxclients 3

# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
# -> replace "" with the key
set steam_webApiKey "key is added but private"

# License key for your server (https://keymaster.fivem.net)
sv_licenseKey key is added but private

Could I get som help whit this?

1 Like

So I just put essentialmode on my server. I have no errors in my console at all and it acknowledges that essentialmode is running and working with the database. However now I cannot join into my sever I get a steam ID error. (Yes I have steam open before I go into FiveM). When I try to join another server it works fine. I will attach a picture of the error. Any help would be great. Thanks!

i dont see the /report and i have superadmin … were do i go to edit this?

1 Like

need help with that 2, plis help !

I think essentialmode does not work anymore

How do i stop the scoreboard from UP Arrow?

Hi I have a problem when I write / car skyline so it does not write anything or error just nothing.

Any fix with “local” problem ?
@essentialmode/server/player/login/lua:13: attempt to index a boolean value ( local ' user )

Yes it still work.

Having the same issue here.
Please let me know if you find something! :smiley:

resources

any body that can help me with this error only happens when i try to add myself to superadmin and do commands

Are you sure the car is streamed properly? Is the __resource.lua correctly configured?