mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
commit
e636f624ec
@ -71,6 +71,10 @@ if !(alive player && alive _playerObject && !isPlayer _playerObject) then {
|
||||
|
||||
// reset blood Pressure to warning level
|
||||
EPOCH_playerBloodP = 120;
|
||||
|
||||
// testing for civilan males
|
||||
waituntil {local _playerObject};
|
||||
_playerObject addRating -2000;
|
||||
};
|
||||
} else {
|
||||
deleteVehicle _playerObject;
|
||||
|
@ -86,13 +86,13 @@ addMissionEventHandler ["PlayerViewChanged", {if (cameraView isEqualTo "GROUP")
|
||||
|
||||
[] execFSM "epoch_code\system\player_login.fsm";
|
||||
|
||||
// testing for civilan males
|
||||
player addRating -2000;
|
||||
|
||||
//Start processing right after Loading screen is done and game has started
|
||||
[] spawn {
|
||||
waitUntil {!isNull (findDisplay 46) && (!isNil "EPOCH_loadingScreenDone")};
|
||||
'load' call epoch_favBar_draw;
|
||||
|
||||
// testing for civilan males
|
||||
player addRating -2000;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user