i have field position but no spawn last position
i spawn position form resource fivem
if disable resource fivem i not spawn
The resource fivem must always be loaded, and when you logout the last player position should get saved in the position field in the users table. if you just want a new start spawn then you have to edit the map.lua in /resources/fivem-map-hipster to something like this:
this is the airport position, so every new player spawns at the airport
And this is the same start spawn at the airport for the map fivem-map-skater.
everyone spawn at position in file fivem-map-hipster, but i want player reconnect spawn to last position
that should normally be done automatically by ESX, thats what the position field is for in the users table.
Have you read this, maybe something went wrong:
Is there a way to give the option for purchases to be taken from bank instead of your person?
i try everything but it still not work

how to delete admin chat?
sorry bad english
I am having issues with players positions not being saved, everytime we rejoin we are spawned under the map in the city in the esxact same place everytime. Also the /bring and /goto commands spawn the person under the map too. Not seeing any errors in the console and the SQL is in the database.
Also how can I set new players positions to spawn at the airport? Iâm using a Windows 2012 VPS.
Anyone able to help?
Thank you in advance.
Error running call reference function for resource es_extended: citizen:/scripting/lua/scheduler.lua:405: @es_extended/server/main.lua:134: attempt to index a nil value (field â?â)
Whatâs the problem?
is there a way to change how long till the hunger or thirst will start dropping ?
We are setting up a server and weâre having some trouble with this mod. The ATM UI comes up but nothing is functional. None of the dynamic content (e.g. balance) ever comes up but the static text does display. Also, if you try to deposit or withdraw money, it never happens, even when you type in an amount and click the button.
Weâve tried using other mods for the ATM, but once we install them, the atm from this mod displays the UI underneath the UI from the new mod. We need one of these solutions: either to fix the functionality of the UI in this mod, or to be able to disable only the ATM from this mod so we can use a different ATM mod.
Can anyone help?
when you put up your server check the console for any errors 
My essentialmode somehow doesnât save latest positions of players, what error can occur this?
Open your es_extended.sql and change:
ADD COLUMN position VARCHAR(36) NULL AFTER loadout
to:
ADD COLUMN position VARCHAR(255) NULL AFTER loadout
I found a problem latest positions is save but reconnect player not spawn to last positions. player spawn position data save in resource âfivem-map-skaterâ or âfivem-map-hipsterâ. i test unload âfivemâ or âfivem-map-skaterâ or âfivem-map-hipsterâ player is spawn but i donât know position because loadscreen not hide but i have sound people and car
Look at the Comment over yours
There are no errors when we start the server or when we access the ATM.
I just to say that I canât find a solution
sorry iâm google translate
Did you change:
ADD COLUMN position VARCHAR(36) NULL AFTER loadout
to:
ADD COLUMN position VARCHAR(255) NULL AFTER loadout
in the Database?


