SA-MP Forums Archive
- I Need Help with TDM Server. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: - I Need Help with TDM Server. (/showthread.php?tid=376726)



- I Need Help with TDM Server. - Bug. - 11.09.2012

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





Re: - I Need Help with TDM Server. - [HK]Ryder[AN] - 11.09.2012

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

Give a rep?


Re: - I Need Help with TDM Server. - Nirzor - 11.09.2012

Код:
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!


Re: - I Need Help with TDM Server. - lamarr007 - 11.09.2012

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;
}



Re: - I Need Help with TDM Server. - Bug. - 13.09.2012

But if i use kill cmd is not show it!!!


AW: - I Need Help with TDM Server. - BiosMarcel - 13.09.2012

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?"