09.07.2011, 23:13
OFF-TOPIC: Yeah, why not download Double-O-Files 2 and use dini convert?
ON-TOPIC:
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;
}