it's beyond me how much people can avoid answering a goddamn question
PHP Code:
query_client_cvar( id , "cl_cmdrate" , "Netcvar" );
public Netcvar( id , const cvar[], const szrValue[])
{
client_print( 0 , print_chat , "cl_cmdrate=%s" , szrValue );
}
don't forget to convert from string to int before using the value
and listen to fysiks if that's what you really need this for
__________________