Einzelnen Beitrag anzeigen
Alt 23.02.2013, 18:55   #14 (permalink)
Q_W_E_R
50 Beiträge
 
Benutzerbild von Q_W_E_R
 
Registriert seit: 29.09.2012
Beiträge: 56
Standard

Code:
		class UserActions {

			class Afterburner {
				displayName = "Turbo On";
				position = "pilotcontrol";
				radius = 15;
				condition = "speed this >50";
				statement = "this execvm "\qwr_ninja250r\turbo.sqs"; ";
				onlyforplayer = "False";
			};

			class Afterburner_1 {
				displayName = "Turbo Off";
				position = "pilotcontrol";
				radius = 15;
				condition = "";
				statement = "";
				onlyforplayer = "False";
			};
		};
hab das hier gefunden und es funzt

Geändert von Q_W_E_R (23.02.2013 um 19:14 Uhr).
Q_W_E_R ist offline   Mit Zitat antworten