Hey i was having trouble load some scripts when player spawning because of 30sec delay when waiting for Gender selection...
So i started using this GENDER check and it works.
onPlayerRespawn.sqf
if(isDedicated || !hasInterface) exitWith{};
waitUntil {alive player};
waitUntil {typeOF player != "VirtualMan_EPOCH"};
//diag_log "Player gender";
//diag_log typeOF player;
sleep 3; // You needn't to use sleep..
// YOUR CODE
FIXED on my server:
- cursor target actions
- scroll actions
- safezone script
- cursor target tags
- ( for someone it might fix loadouts script )
- DirtySanchez and mgm
 - 
								2
							
 

