setdate experiment

This commit is contained in:
[VB]AWOL
2013-10-19 21:53:35 -05:00
parent 91c0c4b2b2
commit f104e02c19
3 changed files with 22 additions and 4 deletions

View File

@@ -91,4 +91,8 @@ player addWeapon "Loot";
player addWeapon "Flare";
sleep 0.1;
deleteVehicle _old;
if (!isNull _old) then {
// this should not be needed as player is deleted in player_switchModel?
deleteVehicle _old;
};