@Joao No
PHP Code:
new Attacker[33] = get_user_frags(iAttacker, iAttacker, 32)
new Victim[32] = get_user_frags(iAttacker, iVictim, 31)
PHP Code:
new iFrag = get_user_frags( iAttacker ) //Get the killer's frags
new iDeath = cs_get_user_deaths( iAttacker ) //Get the killer's deaths]
PHP Code:
client_print(id, print_chat, "Your kills: %d, deaths: %d", Attacker, Victim)
PHP Code:
client_print(id, print_chat, "Your kills: %d, deaths: %d", iFrag, iDeath ) //Print them in chat
Now let the op post his code or ask some questions so we can help him. Because I have no idea why he would get the killer's frags and the victim's deaths.
Edit: @Joao After looking at the op post again, he's not trying to get the victims death you are. So I edited my post
__________________