Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/Car/S1203.hpp
A Man e36e3cc429 Localize vehicle names
This commit also removes the displaynameshort. We do not need it any longer.
2019-11-18 19:02:02 +01:00

11 lines
260 B
C++

class S1203_TK_CIV_EP1: Car {
displayName = $STR_VEH_NAME_SKODA_BUS;
crew = "";
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};
class S1203_ambulance_EP1: S1203_TK_CIV_EP1 {
displayName = $STR_VEH_NAME_SKODA_AMBULANCE;
};