i have posted a topic on exilemod.com about this issue. i have received a few replies. They are saying it is a client side issue. you coders and admins can go check it on the site. tis is a copy of one of the replies. 13 hours ago, hogansheroes said:
Can you tell me how that would be done as i sometimes have peeps spawning at the bottom left but not all the time on my altis server
In the default Exile Client sqf ExileClient_gui_selectSpawnLocation_show the _spawnButton controller is already set to false. It's not until you select a spawn that it becomes functional. Usually what's happening is a Server owner is using a new spawn system where at the end of the sqf you find _spawnButton ctrlEnable true; not within a statement so the control is active 24/7. What you need to do is remove that and add it to either the zoom to spawn statement or to the function that was created to display the new spawn. This is all based off custom spawn systems i.e. xtreme, Super Jerome, Stokes, ect. Bottom line is there is a line of code enabling the spawn button before a selection has been made. Need to fix that and it will never happen again.
Edited
11 hours agoby Beowulfv