mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 18:06:32 +03:00
CFG WEAPONS DONE
This commit is contained in:
10
SQF/dayz_code/Configs/CfgVehicles/Car/UAZ_CDF.hpp
Normal file
10
SQF/dayz_code/Configs/CfgVehicles/Car/UAZ_CDF.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
class UAZ_CDF: UAZ_Unarmed_Base {
|
||||
accuracy = 0.3;
|
||||
maxspeed = 190;
|
||||
crew = "";
|
||||
faction = "CDF";
|
||||
hiddenselectionstextures[] = {"\ca\wheeled\data\Uaz_main_002_CO.paa"};
|
||||
scope = 2;
|
||||
side = 1;
|
||||
typicalcargo[] = {};
|
||||
};
|
||||
Reference in New Issue
Block a user