1 . in init.sqf or in server only script write [nameofunit,3,false] call BIS_fnc_respawnTickets; or try [nameofunit,3] call BIS_fnc_respawnTickets; or [nameofunit,(3,false)] call BIS_fnc_respawnTickets; or try[nameofunit,(3,true)] call BIS_fnc_respawnTickets. Actually i dont know how to do it right becouse there is no explanation in official manual or everywhere on internet how that fucntion works 2. Launch mission, die , respawn ,u still have 3 tickets, die 100 times u still have 3 tickets . I even tried killed eventhandler with [player,-1] call BIS_fnc_respawnTickets. Still no progress.