Does anyone know what wrong with my hud message ?
PHP Code:
public ShowHUD( id )
{
if ( is_user_alive( id ) )
{
set_hudmessage( 200, 100, 0, 0.75, 0.92, 0, 1.0, 1.1, 0.0, 0.0, -1 )
show_hudmessage( id, "Rampage Cooldown: %d", get_pcvar_float( Cooldown ) )
}
else
{
remove_task( id )
}
}
My Cooldown is 35 seconds.
But in the game it show 1501201510
Can someone fix this ?.
__________________