fix for addrating

This commit is contained in:
He-Man 2017-09-20 20:17:41 +02:00 committed by GitHub
parent e756568334
commit 90efc9258b

View File

@ -73,7 +73,8 @@ if !(alive player && alive _playerObject && !isPlayer _playerObject) then {
EPOCH_playerBloodP = 120; EPOCH_playerBloodP = 120;
// testing for civilan males // testing for civilan males
player addRating -2000; waituntil {local _playerObject};
_playerObject addRating -2000;
}; };
} else { } else {
deleteVehicle _playerObject; deleteVehicle _playerObject;