Death List (Like on DM servers)
#1

On DM servers you see on the right hand side of the screen a list of the last deaths, How do I get that on my server?
Reply
#2

https://sampwiki.blast.hk/wiki/SendDeathMessage
Reply
#3

Is SA:MP Wiki down for anyone else?
Reply
#4

Yep.. it works by me not
Reply
#5

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    if(killerid==INVALID_PLAYER_ID) { SendDeathMessage(INVALID_PLAYER_ID,playerid,reason); }
    else { SendDeathMessage(killerid,playerid,reason);}
you maybe need to change hud
Reply
#6

Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)