PHP Code:
gKillerPoints[ killer ] += get_pcvar_num( gKillerPointsCvar );
{
return PLUGIN_HANDLED;
}
That makes no sense
PHP Code:
get_user_team(id) == CS_TEAM_T
wouldnt work, because you declared the variable killer and victim with an player index and not id.
__________________