18.01.2013, 04:06
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
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