How do i add save kills and save deaths to my admin script?
#3

OFF-TOPIC: Yeah, why not download Double-O-Files 2 and use dini convert?
ON-TOPIC:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    Kills[killerid] ++; // your variable for saving kills here
    Deaths[playerid] ++; // your variable for saving deaths here
    // whatever else you want/need to add
    return 1;
}
Reply


Messages In This Thread
How do i add save kills and save deaths to my admin script? - by HayZatic - 09.07.2011, 22:48
Re: How do i add save kills and save deaths to my admin script? - by Kush - 09.07.2011, 23:02
Re: How do i add save kills and save deaths to my admin script? - by PCheriyan007 - 09.07.2011, 23:13

Forum Jump:


Users browsing this thread: 1 Guest(s)