Problem is [Solved]. Was my noobie mistake when adding the line back in, I was forgetting to add the body[8] in the static and just to show what I mean
PHP Code:
{
static stats[8], stats2[4], body[8]
get_user_stats(id, stats, body);
get_user_stats2(id, stats2);
static host_name[32];
get_cvar_string("hostname", host_name, 31);
__________________