14.06.2018, 17:29 
	
	
	PHP Code:
public OnPlayerDeath(playerid, killerid, reason)
{
    SetPlayerArmour(playerid, 0);
    if(killerid != INVALID_PLAYER_ID)
    {
        new level;
        SendDeathMessage(killerid, playerid, reason);
        PlayerInfo[killerid][pKills] ++;
        PlayerInfo[playerid][pDeaths] ++;
        trenutnokills[killerid] ++;
           trenutnodeaths[playerid] ++;
        level = SetPlayerScore(killerid,(GetPlayerScore(killerid))+1);
        PlayerInfo[killerid][pLevel] = level;
        SetPlayerScore(playerid,PlayerInfo[playerid][pLevel]); 





