#1

Removed
Reply
#2

Код:
new admKills[MAX_PLAYERS];
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    //....your corde
    if (IsPlayerAdmin(playerid))
        admKills[killerid]++;
}
It must be saved in a file, if you want to store a data.
Reply
#3

https://sampforum.blast.hk/showthread.php?tid=352703

u can do something like

if(PlayerInfo[playerid][pAdmin])
{
PlayerInfo[killerid][pAkills] ++;
}
u will need to add ur own variables in the enum and save them i am just drawing an example for u and ensure that the kills are saved
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)