static text[256],temp[32]; for( new i = pev_int_start + 1; i < pev_int_end; i++ ) { formatex( temp, 31, "PevID %i | Value %i^n", i, pev(id,i)); add( text, 256, temp ); } client_print( id, print_console, "%s", text );