Login & Logout List
#1

Please how can I make Blue & Red mark on the kill list when player log-in & log-out ?
Reply
#2

and are automaticly created on player login and disconnect if you have "activated" SendDeathMessage

ps..

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

How can I active it ?
Reply
#4

Quote:
Originally Posted by SpringValeRPG
Посмотреть сообщение
How can I active it ?
Quote:
Originally Posted by Stereotype
Посмотреть сообщение
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
Stereotype already told you.
Reply
#5

https://sampwiki.blast.hk/wiki/SendDeathMessage

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


Forum Jump:


Users browsing this thread: 1 Guest(s)