Advertisement
Guest User

Untitled

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