SAMP Deaths
#1

Hey, look, when I go to I get the chat samp etc, but on the right should appear deaths, and did not appear, I tried reinstalling the GTA, also installed it from another link, but nothing could help me please? uncomfortable not seeing the deaths ... : S
Reply
#2

Did the server enable the death messages?
Reply
#3

Maybe the server disabled them.
Reply
#4

when you join the server you are playing on ask the owner to put this in there script

under.............

public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid, playerid, reason);




put this SendDeathMessage(killerid, playerid, reason);

when a players dies or gets killed. all will see it in the death window on the right
Reply
#5

But it is on all servers, not I get when someone dies from explosion, or when someone kills someone etc, please help!
Reply
#6

It's not on ALL the servers.
Reply
#7

If your the server owner you have you add this into your gamemode and if not tell the server owner (who ever he is) to add this to his gamemode.
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)