IW4-Dump-Files/ui_mp/scriptmenus/ac130timer.menu

18 lines
368 B
Plaintext

/********************************************
* dumped by: aerosoul94 *
*********************************************/
{
menuDef
{
name "ac130timer"
rect 0 0 640 1 1 0
decoration
forecolor 1 1 1 1
onOpen
{
setLocalVarInt "ui_ac130timer" ( milliseconds( ) + ( dvarint( "ui_ac130usetime" ) * 1000 ) + 3000 );
close self;
}
}
}