Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if ((time > (self.air_finished - 12)))
- {
- o2 = " ‹‹‹‹‹‹‹‹‹‹‹‹ ";
- }
- if ((time > (self.air_finished - 11)))
- {
- o2 = " ‹‹‹‹‹‹‹‹‹‹‹ ";
- }
- if ((time > (self.air_finished - 10)))
- {
- o2 = " ‹‹‹‹‹‹‹‹‹‹ ";
- }
- if ((time > (self.air_finished - 9)))
- {
- o2 = " ‹‹‹‹‹‹‹‹‹ ";
- }
- if ((time > (self.air_finished - 8)))
- {
- o2 = " ‹‹‹‹‹‹‹‹ ";
- }
- if ((time > (self.air_finished - 7)))
- {
- o2 = " ‹‹‹‹‹‹‹ ";
- }
- if ((time > (self.air_finished - 6)))
- {
- o2 = " ‹‹‹‹‹‹ ";
- }
- if ((time > (self.air_finished - 5)))
- {
- o2 = " ‹‹‹‹‹ ";
- }
- if ((time > (self.air_finished - 4)))
- {
- o2 = " ‹‹‹‹ ";
- }
- if ((time > (self.air_finished - 3)))
- {
- o2 = " ‹‹‹ ";
- }
- if ((time > (self.air_finished - 2)))
- {
- o2 = " ‹‹ ";
- }
- if ((time > (self.air_finished - 1)))
- {
- o2 = " ";
- }
- if (((time > self.air_finished)) || ((pointcontents (self.origin) == CONTENT_LAVA)))
- {
- o2 = "0";
- }
- if ((o2 != "0"))
- {
- centerprintcat (self, "OXYGENü\n", o2);
- }
- }
- else
- {
- centerprint7 (self, res, s1, s2, s3, " ", t, n);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement