Saving Kills/deaths Issue
#3

OnPlayerDeath -

pawn Код:
PlayerInfo[killerid][pKills]++;
    PlayerInfo[playerid][pDeaths]++;
This will give the person their kill or death

and

pawn Код:
PlayerInfo[playerid][pDeaths]=0;
  PlayerInfo[playerid][pKills]=0;
??

Post your files - for like registered users example;

pawn Код:
INI_WriteInt(File,"Cash",GetPlayerMoney(playerid));
INI_WriteInt(File,"Score",PlayerInfo[playerid][pScore]
If you even have it which you should do as your character should be saved.
Reply


Messages In This Thread
Saving Kills/deaths Issue - by Gtarokerzz - 12.10.2011, 02:35
Re: Saving Kills/deaths Issue - by Kush - 12.10.2011, 02:55
Re: Saving Kills/deaths Issue - by Yamoo - 12.10.2011, 02:57
Re: Saving Kills/deaths Issue - by Gtarokerzz - 12.10.2011, 03:00
Re: Saving Kills/deaths Issue - by Yamoo - 12.10.2011, 03:03

Forum Jump:


Users browsing this thread: 1 Guest(s)