Advertisement
Guest User

Untitled

a guest
Jul 12th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.50 KB | None | 0 0
  1.   if !(Maraton isEqualTo 1 ) exitWith {hint "Hora de correr cabron."
  2.       0 spawn {
  3.         Maraton = 1;
  4.            player setAnimSpeedCoef 1.45;
  5.            titleText ["Maratón Activado", "PLAIN", 5];
  6.            sleep 5;
  7.            titleText ["", "BLACK IN", 5];
  8.                sleep 25;
  9.                player setAnimSpeedCoef 1;
  10.             titleText ["Maratón Desactivado", "PLAIN", 3] hint "Te has cansado, a tomar redbulls.";
  11.             sleep 5;
  12.             titleText ["", "BLACK IN", 5];
  13.           sleep 180;
  14.           Maraton = 0;
  15.        
  16.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement