Suggestion: Add a way to only show the spawn selection 1 time when player log in after a server restart.
I mean, instead of always that when a player log into the server the spawn selector is displayed, only the first time the player login after a server restart he would be able to select a spawn point.
[/] Changed the player’s coordinates from above the camera to a position where the player can choose where to spawn while selecting spawn position [+] Added Config.OnDeadOnlyLastPosition - if the player logged out while dead, he will only be able to select the previous position
[+] Added Config.UseHousingSpawns option - support for spawn points in front of one’s house - default done for QB-Houses and ESX Proparty 1.8.5+, ability to impelement custom housing system in config.client.lua & config.server.lua. [+] Added to launch export and events the isFirstSpawn parameter which, when the value is true, will not display the last location option. [+] Added Config.OnlyJobsSpawns - you can add special spawn points for people with specific jobs.
[+] Added Config.UseOnlyFirstJoinSelect, this allows the player to select his spawn location only once until the server restarts (this works on characters, so for each character he can select a position) [+] Added support for qs-housing with Config.UseHousingSpawns
[+] Adjusted spawn housing for qs-housing v3 [+] Added onPlayerSpawned function in config.client.lua with first spawn parameter, you can now launch the player for example vms_guidebook when he joins for the first time [+] Added SV.getJailStatus function to config.server.lua it is compatible by default with esx_jail, esx-qalle-jail, mx_jail, qb-prisons, pickle_prisons, rcore_prisons and it allows no spawn selection by the player when he is in jail, also in config.lua you can disable this with the Config.CheckJail option and set the default spawn coordinates when in jail in Config.IsJailedTeleportOnCoords or set as nil, then it uses the spawn on the last location. [/] Added returning no houses when you have no compatible house system and you have the option running [/] Changed function format in config.server.lua from “exampleFunctionName()” to “SV.exampleFunctionName()” as in other vms resources