Players spawn under the map

Players sometimes after relog or server restart spawn under the map at 0,0.
Also there is a parking blip at 0,0 which we do not add.
Any resource that could cause this or something we did wrong?
Thanks in advance!

2 Likes

Are you using any saved position database resources to remember the characters last position? Is it happening after death or only on relog/server restart? If you use es_extended, modify the database field position under users table for position, make sure the varchar is set to 255 characters and not 53. Also make sure to use git to update all your resource from github.

If using es_extended, modify the field position under the users table z coordinate a little higher in case you guys changed where the default spawn point is. You could add a upon death script easily to put them at a hospital or something.

No it’s not after death, that works fine.
Yeah we do use a database, and it’s already 255.
I will see if there is any update I should do and hope it works.

hey did you ever get it fixed

Hey I got it working by doing it like shortybsd described.
You have to set the varchar to 255 in the database under Useres → Positions and then restart the server.

hello, i have look into it but default is LONGTEXT, i need to change it to VARCHAR and than set to 255?
Cheers