How to fix this?Please help!
#4

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
	if(killerid == INVALID_PLAYER_ID)
	{
		SendDeathMessage(INVALID_PLAYER_ID,playerid,reason);
	}
	else
	{
		SendDeathMessage(killerid,playerid,reason);
		SetPlayerScore(killerid,GetPlayerScore(killerid)+1);
		PlayerInfo[killerid][pUbojstva]++;
		PlayerInfo[playerid][pSmrti]++;
	}
	return 1;
}
Reply


Messages In This Thread
How to fix this?Please help! - by edviN123 - 29.11.2014, 17:47
Re: How to fix this?Please help! - by Runn3R - 29.11.2014, 17:49
Re: How to fix this?Please help! - by edviN123 - 29.11.2014, 18:28
Re: How to fix this?Please help! - by Runn3R - 29.11.2014, 18:39
Re: How to fix this?Please help! - by edviN123 - 29.11.2014, 18:44
Re: How to fix this?Please help! - by edviN123 - 29.11.2014, 20:37
Re: How to fix this?Please help! - by Dizzle - 29.11.2014, 21:21
Re: How to fix this?Please help! - by edviN123 - 29.11.2014, 21:34
Re: How to fix this?Please help! - by Dizzle - 29.11.2014, 21:42
Re: How to fix this?Please help! - by edviN123 - 29.11.2014, 21:50

Forum Jump:


Users browsing this thread: 1 Guest(s)