Hi!
Can someone tell me how to set the time for the respawn of player and the time for exiting the game?
Thank you in advance!
Printable View
Hi!
Can someone tell me how to set the time for the respawn of player and the time for exiting the game?
Thank you in advance!
in moduls_dayz.pbo is the player_queued script for the spawntime
for exit you need the clog.sqf. you can load the script with the addonload.sqf
execVM "scripts\clog.sqf";
for example