Update ExileServer_object_player_createBambi.sqf
This commit is contained in:
parent
47d23837fe
commit
ca1628cf88
@ -16,6 +16,7 @@ _spawnLocationMarkerName = _this select 2;
|
|||||||
_bambiPlayer = _this select 3;
|
_bambiPlayer = _this select 3;
|
||||||
_accountData = _this select 4;
|
_accountData = _this select 4;
|
||||||
_escapeEnabled = getNumber(configFile >> "CfgSettings" >> "Escape" >> "enableEscape") isEqualTo 1;
|
_escapeEnabled = getNumber(configFile >> "CfgSettings" >> "Escape" >> "enableEscape") isEqualTo 1;
|
||||||
|
"Bambie Was Killed by his mother, we will now create a mindless player for you." call ExileServer_util_log;
|
||||||
_direction = random 360;
|
_direction = random 360;
|
||||||
if (_escapeEnabled) then
|
if (_escapeEnabled) then
|
||||||
{
|
{
|
||||||
@ -185,4 +186,4 @@ if (_escapeEnabled) then
|
|||||||
call ExileServer_system_network_send_to;
|
call ExileServer_system_network_send_to;
|
||||||
};
|
};
|
||||||
[_sessionID, _bambiPlayer] call ExileServer_system_session_update;
|
[_sessionID, _bambiPlayer] call ExileServer_system_session_update;
|
||||||
true
|
true
|
||||||
|
Loading…
Reference in New Issue
Block a user