Einzelnen Beitrag anzeigen
Alt 12.05.2012, 03:32   #5 (permalink)
Ghost_Aut
50 Beiträge100 Beiträge
 
Registriert seit: 29.07.2008
Ort: Wien
Alter: 48
Beiträge: 189
Ghost_Aut eine Nachricht über MSN schicken
Standard

Hello:
Ein Beispiel!
Code:
private ["_zahl"];
 
_zahl = 0;
 
while {_zahl <= 24} do {
    _zahl=_zahl + 1;
    hint format ["Zahl: %1", _zahl];
    sleep 1;
};
 
if (_zahl >= 25) exitWith {hintc "Script Akt. zeile"};
 
if (true) exitWith {};
__________________
Ghost_AUT
Ghost_Aut ist offline