[HELP] Kills and deaths
#1

EDIT: Fixed
Reply
#2

EDIT: Fixed
Reply
#3

Can you tell me what you are using? Dini, MySQL so i can help you.
Reply
#4

EDIT: Fixed
Reply
#5

EDIT: Fixed
Reply
#6

Can you upload your register / login filterscript or whatever it is on the pastebin.com so i can add it.
Reply
#7

Edit: fixed
Reply
#8

It already saves kills and deaths.

Add this to Public OnPlayerDeath()

Код:
    PlayerInfo[killerid][pKills]++;
    PlayerInfo[playerid][pDeaths]++;
Reply
#9

Add this to OnPlayerDeath:

PHP код:
PlayerInfo[killerid][pKills] += 1;
PlayerInfo[playerid][pDeaths] += 1
+rep for Chrillzen for the quick answer.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)