killdahobo99
Unregistered
How do you make it so when someone dies it records it in there profile so the
{PLAYERNAME}.dudb
so its supposed to tell me how many times someones died.
Heres the FS I have
http://pastebin.com/mf1c19a3
killdahobo99
Unregistered
Why is it none of my posts get replys?....If it can't be done why not just tell me that
killdahobo99
Unregistered
No one knows? comon if you do just help me. or tell me its not possible if it isnt possible
Posts: 127
Threads: 28
Joined: Aug 2008
Reputation:
0
place this in OnPlayerDeath,
PlayerInfo[playerid][pDeaths] = dUserSetINT(GetName(playerid)).("deaths",dUserINT( GetName(playerid)).("deaths")+1);
killdahobo99
Unregistered
Quote:
Originally Posted by kevin974
place this in OnPlayerDeath,
PlayerInfo[playerid][pDeaths] = dUserSetINT(GetName(playerid)).("deaths",dUserINT( GetName(playerid)).("deaths")+1);
|
thank you for not being a doushe and answering me!! It really helped!