mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 19:26:08 +03:00
0.993a
+ added more already in progress code locks. + Building and vault pitching now checks if player has item just before placement. + Fixed vault packing status was left in an incorrect state when caneled durning packing. Fixes #182 + Fixed insuffucent funds message when buying vehicles. Fixes #181 + Fix for just purchased vehicles disappering. Still have issue with player killed if they get into vehicle to early. + Fixed typo in takistan and chernarus dynamic vehicle spawn config and removed remainng boats.
This commit is contained in:
@@ -41,7 +41,7 @@ AllowedVehiclesList = [
|
||||
["SUV_Orange",1],
|
||||
["SUV_Charcoal",1],
|
||||
["SUV_Blue",1],
|
||||
["ArmoredSUV_PMC_DZ",2]
|
||||
["ArmoredSUV_PMC_DZ",2],
|
||||
["UH1H_DZ",2],
|
||||
["Mi17_Civilian_DZ",3],
|
||||
["Mi17_DZ",1],
|
||||
@@ -49,8 +49,6 @@ AllowedVehiclesList = [
|
||||
["LandRover_CZ_EP1",2],
|
||||
["HMMWV_Ambulance",2],
|
||||
["HMMWV_DES_EP1",1],
|
||||
["Smallboat_1",2],
|
||||
["Smallboat_2",2],
|
||||
["M113Ambul_UN_EP1",1],
|
||||
["KamazRefuel",1],
|
||||
["UralRefuel_TK_EP1",1],
|
||||
|
||||
Reference in New Issue
Block a user