Mir wird iwie nichts richtig zugeschrieben...
Woran kann es liegen?
public OnPlayerDeath(playerid, killerid, reason) //beheben
{
	if(killerid != INVALID_PLAYER_ID)
	{
		PlayerInfo[killerid][pKills]++;
	}
	PlayerInfo[playerid][pDeaths]++;
	return 1;
}
 
		 
		
		
	
