View Single Post
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 09-20-2009 , 02:38   Re: Advanced Score Handler v1.1 [9/19/09]
Reply With Quote #9

Quote:
Originally Posted by Alucard^ View Post
PHP Code:
set_user_frags(00);
cs_set_user_deaths(00); 
-->

PHP Code:
for(new 1<= g_MaxPlayersi++)
{
    if(
is_user_connect(i)
    {
        
set_user_frags(i0)
        
cs_set_user_deaths(i0)
    }

Maybe with index 0... will reset frags and deaths of all players but... don't know if is correct... i think, no.
You are right. I checked the module code and it must use player indexes and not 0.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline