SA-MP Forums Archive
on player death wtf? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: on player death wtf? (/showthread.php?tid=43446)



on player death wtf? - edvinasxxx - 14.07.2008

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  GameTextForPlayer(playerid,"~r~Tu mirei",2500,2);
  SendDeathMessage(playerid, killerid, reason);
	return 1;
}
why when player death dont show deathmessage?


Re: on player death wtf? - Onyx09 - 23.01.2010

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  GameTextForPlayer(i,"~r~Tu mirei",2500,2);
	return 1;
}



Re: on player death wtf? - Lajko1 - 23.01.2010

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  SendDeathMessage(playerid, killerid, reason);
  GameTextForPlayer(playerid,"~r~Tu mirei",2500,2);
	return 1;
}
try to switch them mybe it will work, if wont idk what should be the problem


Re: on player death wtf? - KnooL - 23.01.2010

probably because you got it client-side disabled, can't remember the key.