arma3_missions/helotraining_mp.Altis/initPlayerLocal.sqf

7 lines
283 B
Plaintext
Raw Normal View History

2016-07-25 17:49:54 +00:00
// Load the briefing (it will wait for the player object)
execVM "briefing.sqf";
2016-07-25 23:01:42 +00:00
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]; } ];