Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if(segUP[playerid] == -1) {
  2. if(minUP[playerid] == 0)
  3. minUP[playerid] = 5;
  4. segUP[playerid] = 59;
  5. minUP[playerid]--;
  6. }
  7. format(string, sizeof(string), "~w~+~b~UP: ~w~%02d:%02d", minUP[playerid],segUP[playerid]);
  8. TextDrawSetString(UPRelogio[playerid],string);
  9. segUP[playerid] --;
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement