How would u add a cvar number in a text message
Code:
if( waiting_time[id]==true )
{
get_cvar_num("sv_tmine_wait",WAITTIME,31)
client_print( id, print_chat, "You have to wait %s seconds before you can plant another mine.",WAITTIME)
return PLUGIN_HANDLED
}
Code:
register_cvar("sv_tmine_wait","10")
when i compiled it, it would give me arguments