- I Need Help with TDM Server.
#1

- How to add the kills log? script or something?


Reply
#2

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

Give a rep?
Reply
#3

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
yo add this in OnPlayerDeath and btw my also favourite is TDM :d

+REP if i helped you!
Reply
#4

Also, if you want connect and disconnect icons..
pawn Код:
public OnPlayerConnect(playerid)
{
    SendDeathMessage(INVALID_PLAYER_ID, playerid, 200);
    return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
    SendDeathMessage(INVALID_PLAYER_ID, playerid, 201);
    return 1;
}
Reply
#5

But if i use kill cmd is not show it!!!
Reply
#6

DId you want a Log in your files or the DeathMessage? And Nirzor and Ryder I think this is poor (-: "+REP if i helped you! " "Give a rep?"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)