Quote:
Originally Posted by Mxnn
Killer and Victim are 2 id's.
You must put 2 arrays that will contain the killers & victims name.
As fysiks said, you have to put:
In get_user_name, instead of id you have to put Killer to get the Killer's name and put again the stuff but instead of Killer, put Victim.
Stuff will be this:
PHP Code:
new szVictimName[32], szKillerName[32] get_user_name(Victim, szVictimName, charsmax(szVictimName)) get_user_name(Killer, szKillerName, charsmax(szKillerName)) client_print(0, print_chat, "Killer : %s, Victim: %s", szKillerName, szVictimName)
|
Ok so i tried that, and now it shows:
>cNs< HideNseek *Is Back* killed >cNs< HideNseek *Is Back
__________________