30.08.2011, 20:43
How to make simple kill/death counter?i used dini and dudb,old conuter is dont works :S
public OnPlayerDeath(playerid, killerid, reason)
{
PlayerInfo[killerid][Kills]++;
PlayerInfo[playerid][Deaths]++;
return 1;
}
Start working with INI. Then you add those kills and deaths like:
pawn Код:
|
Please, stop providing misinformation.
Rid that old Dini and upgrade. https://sampforum.blast.hk/showthread.php?tid=273088 |
What you mean? I suggest him using INI instead of DINI. What's wrong?
|