arma3_missions/helotraining_mp.Altis/initPlayerLocal.sqf
2016-08-03 01:06:31 +03:00

7 lines
283 B
Plaintext

// Load the briefing (it will wait for the player object)
execVM "briefing.sqf";
player addRating 9999;
// it seems onPlayerRespawn is called also on the first spawn.
//player addAction ["Request mission", { {[player] call spawnPlayerTask;} remoteExecCall ["bis_fnc_call", 2]; } ];