thank you, but i have some questions just to know if im right:
for this loop
PHP Code:
for ( new p = 0 ; p < 15 ; p++ )
the 15 is for players currently playing on server or is it for max players the server can handle ?
like if i run a 20 slot server i have to change it to 19 or is it like
i run a 20 slot server but 16 are playing on it so i have to set it to 15 ?
very confusing lol
and if i just want the #1 ranked player so i can use just:
PHP Code:
client_print( 0 , print_chat , "%s has %d frags. and is the best ranked player on his team." , szName , T_Frags[ 1 ][ 1 ] );