SA-MP Forums Archive
Score Problem - 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)
+--- Thread: Score Problem (/showthread.php?tid=497641)



Score Problem - AwokenNeoX - 27.02.2014

If someonekill me or I kill him he dont show it normaly he show it in all Server

for Example

AwokenNeoX (then the Minigun Symbol) Karl

Does I need to add something in my Script ``


Re: Score Problem - PrivatioBoni - 27.02.2014

Quote:
Originally Posted by AwokenNeoX
Посмотреть сообщение
If someonekill me or I kill him he dont show it normaly he show it in all Server

for Example

AwokenNeoX (then the Minigun Symbol) Karl

Does I need to add something in my Script ``
You're referring to SendDeathMessage but I don't understand anything else.


Re: Score Problem - TLN - 27.02.2014

I don't understand what you're talking about either, but if you want to show the Death Window, add this.

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}