15.12.2011, 19:41
Hello,
I have this script:
For some reason, the OnPlayerDeath script stops after "1" is printed. "2" is not printed. I hope you can help me.
I have this script:
pawn Код:
public OnPlayerDeath( playerid, killerid, reason )
{
printf("0");
new szWepName[64], szString[128]/*, Float:x, Float:y, Float:z, Float:x2, Float:y2, Float:z2*/;
printf("1");
PlayerInfo[killerid][Kills]++;
printf("2");
PlayerSpree[killerid]++;
PlayerSpree[playerid] = 0;
// ..... a bunch of more code