is there a way to loop Iprintin
-
is there a way to loop Iprintin
-
-
Cahz there is no function that dose that is there a way i can get it to repeat [{actionslot1}] [{+crouch}] to save to say at the bottom left
-
-
self iprintln("Crouch and Press [{+actionslot 2}] To Save");
self iprintln("Crouch and Press [{+actionslot 1}] To Load");
can i make this loop every 4 min
-
-
Cahz how will i loop the ipritin
-
for(;;) { self IPrintLn("Crouch and Press [{+actionslot 2}] To Save"); self IPrintLn("Crouch and Press [{+actionslot 1}] To Load"); wait 240; }