Advertisement
Guest User

PowerTimer

a guest
Aug 27th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. dec(time);
  2. LabAmmo.caption := inttostr(time);
  3. if (time <> 0)
  4. then begin
  5. numammo := true;
  6. end
  7. else begin
  8. numammo := false;
  9. LabAmmo.caption := 'XX';
  10. time := 6;
  11. timpowerup.enabled := false;
  12. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement