Quote:
Originally Posted by drekes
i tryed it with the "amx_mapreq_advertdelay 400"
But it shows up every 8-10 seconds
Edit: with both 400 and 400.0, 10 seconds delay.
Strange?
|
It works fine for me. Try adding this code to
advert():
PHP Code:
static Float:fTime
server_print("Cvar: %f <<>> Actual = %f", get_cvar_float("amx_mapreq_advertdelay"), get_gametime() - fTime)
fTime = get_gametime()
__________________