So I want to make a hud showing that i have left 5(seconds should change 5/4/3/2/1) seconds to rspawn.
It should be something like this:
PHP Code:
set_hudmessage( 0, 255, 0, -1.0, 0.29, 0, 6.0, 12.0 );
show_hudmessage( 0, "You will respawn in %s seconds!", seconds);
So... How to make that %s show seconds?