Need help.
#1

Okey, i have a question:

Whats the name of this thing?



And how can i add it to my gamemode
Reply
#2

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;
}
Reply
#3

Thank you very much, suured tдnud
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)