mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
10 lines
217 B
C++
10 lines
217 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 = 2;
|
|
side = 1;
|
|
typicalcargo[] = {};
|
|
}; |