SA-MP Forums Archive
Need help. - 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: Need help. (/showthread.php?tid=89008)



Need help. - tturvas - 30.07.2009

Okey, i have a question:

Whats the name of this thing?



And how can i add it to my gamemode


Re: Need help. - bogeymanEST - 30.07.2009

It's called a death list and you can add it to your gamemode like this:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}



Re: Need help. - tturvas - 30.07.2009

Thank you very much, suured tдnud