Advertisement
Guest User

Untitled

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