Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/Car/UAZ_CDF.hpp
2016-03-05 20:36:07 -05:00

10 lines
222 B
C++

class UAZ_CDF: UAZ_Unarmed_Base {
accuracy = 0.3;
maxspeed = 190;
crew = "";
faction = "CDF";
hiddenselectionstextures[] = {"\ca\wheeled\data\Uaz_main_002_CO.paa"};
scope = public;
side = 1;
typicalcargo[] = {};
};