Made Save cooldown only show when active

pull/9/head
DodoBirb 4 years ago
parent 76b28c5c28
commit 3073cbf9f1

@ -21,7 +21,8 @@ if surface_exists(igt_surface)
if instance_exists(oClient)
{
draw_cool_text(4, 27, ("ping: " + string(global.ping)), c_black, c_white, c_gray, 1)
draw_cool_text(4, 38, ("Save Cooldown: " + string((global.saveStationCooldown / 60))), c_black, c_white, c_gray, 1)
if (global.saveStationCooldown > 0)
draw_cool_text(4, 38, ("Save Cooldown: " + string((global.saveStationCooldown / 60))), c_black, c_white, c_gray, 1)
}
if (oControl.mod_collecteditemsmap == 1)
{

Loading…
Cancel
Save