mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
CfgVehicles and Scope issues done
This commit is contained in:
9
SQF/dayz_code/Configs/CfgVehicles/Car/TT650.hpp
Normal file
9
SQF/dayz_code/Configs/CfgVehicles/Car/TT650.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
class TT650_Base;
|
||||
class TT650_Ins: TT650_Base {
|
||||
crew = "";
|
||||
faction = "INS";
|
||||
hiddenselectionstextures[] = {"\ca\wheeled3\tt650\data\Yam650_skin1_CO.paa"};
|
||||
scope = 2;
|
||||
side = 0;
|
||||
typicalcargo[] = {};
|
||||
};
|
||||
Reference in New Issue
Block a user