Split cfgVehicle

This commit is contained in:
Florian Kinder
2014-01-31 07:57:48 +01:00
parent 4db3e5ddcb
commit 316360917d
4 changed files with 38 additions and 35 deletions

View 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[] = {};
};