Death / Kills counters in player list
#7

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
How do you save those values?
i have 2 vars, "Kill" and "Death"

PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
    
SendDeathMessage(killeridplayeridreason);
    [...]
    
CharacterData[killerid][Kill] ++;
    
CharacterData[playerid][Death] ++;
    [...]
    return 
1;

and i need to show something like a table with the kills and deaths counter of all the players.
I would like to know if is possible in the player list or if there is a way to do something nice to see..
I know that i can create something like a windows that is always at the bottom-right of the screen but it can't contain the full list of the players (15/20 per match).
Reply


Messages In This Thread
Death / Kills counters in player list - by AaronJ - 27.06.2016, 17:18
Re: Death / Kills counters in player list - by Matz - 27.06.2016, 19:50
Re: Death / Kills counters in player list - by AaronJ - 28.06.2016, 05:53
Re: Death / Kills counters in player list - by SickAttack - 28.06.2016, 05:57
Re: Death / Kills counters in player list - by AaronJ - 28.06.2016, 14:27
Re: Death / Kills counters in player list - by SickAttack - 28.06.2016, 14:30
Re: Death / Kills counters in player list - by AaronJ - 28.06.2016, 19:53

Forum Jump:


Users browsing this thread: 3 Guest(s)