30.12.2010, 14:01
oh soory i copyed and past it and i forgot to remove the =
And im my script is exactly like this and still dont work
And im my script is exactly like this and still dont work
pawn Код:
OnPlayerDeath(playerid,killerid)
{
Killstreak[playerid] = 0;
Killstreak[killerid]++;
return 1;
}