is there a way to loop Iprintin
-
is there a way to loop Iprintin
-
@Duui-YT idk that function
-
@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
-
@Duui-YT what is lprintin
-
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
-
@Duui-YT yeah totally
-
@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; }