death window
#1

how can i put death window (f9) on my gm.
like if someone die it should show he died on the death window. it was working well, then i made my own gamemode. then it stopped working.
Reply
#2

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
https://sampwiki.blast.hk/wiki/SendDeathMessage
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)