Einzelnen Beitrag anzeigen
Alt 26.09.2009, 11:42   #3 (permalink)
Buliwyf
10 Jahre hx3
500 Beiträge1000 Beiträge
 
Benutzerbild von Buliwyf
 
Registriert seit: 11.03.2005
Ort: HH
Alter: 52
Beiträge: 1.930
Standard

Ersetze:

Code:
if (_hasname) then
{_unit setVehicleInit format ["%1 = this; this setVehicleVarName ""%1""",_unitname];
processInitCommands;};
...mit:
Code:
if (_hasname) then {
    _unit setVehicleVarName _unitname;
    _unit call compile format ["%1=_this ; publicVariable '%1'",_unitname];
};
__________________
Buliwyf ist offline