How to do that "list" / "log" appear on gamemode?
#1

/imageshack/img708/3733/samp021zao.png

I don't know how to that is called but it is a kind of list / log. I want it to appear on gamemode and idk how to do it.
Reply
#2

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)