stock GetServerVarAsFloat(var[]){ new string[10]; GetServerVarAsString(var, string, sizeof(string)); return floatstr(string);}