fastfile-gsc-iw5/zone_raw/patch_mp/ui_mp/remotetank_timer.menu
6arelyFuture 4e910323f1
Some checks failed
link / Link assets on Linux (push) Failing after 8s
init
2024-05-23 10:46:11 +02:00

14 lines
334 B
Plaintext

{
menuDef
{
name "remotetank_timer"
decoration
rect 0 0 640 1 1 0
onOpen
{
setLocalVarInt ui_remoteTankTimer (milliseconds() + (dvarint(ui_remoteTankUseTime) * 1000));
close self;
}
}
}