How to add kills/death on OnPlayerDeath
#2

Do you have Player Variables?
pawn Код:
pInfo[playerid][Deaths]++;
if(killerid != INVALID_PLAYER_ID)
{
    pInfo[killerid][Kills]++;
}
Replace with your vars.
Reply


Messages In This Thread
How to add kills/death on OnPlayerDeath - by LeeXian99 - 20.04.2013, 14:06
Re: How to add kills/death on OnPlayerDeath - by [MG]Dimi - 20.04.2013, 14:13

Forum Jump:


Users browsing this thread: 2 Guest(s)