need help here
#1

i made my server but idk how to add the killing list -_-
can someone help me ?
Reply
#2

Like the message that shows who killed who? SendDeathMessage(killerid,playerid,reason); Under onplayerdeath
Reply
#3

You mean the kills/death showing at the right side? If yes, add this

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

thanks both of you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)