[Include] newDeath - Show player's ids on death list - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] newDeath - Show player's ids on death list (
/showthread.php?tid=599193)
newDeath - Show player's ids on death list -
SecretBoss - 22.01.2016
newDeath
Author: SecretBoss
Version: 1.0.0

Introduction
Have you ever wondered if it is possible to show player's id in death list? If so here is the answer this system will do this for you, what it does is to work with names, let me explain you more. My name is SecretBoss when the SendDeathMessage native will be called my name will be set as SecretBoss(0) and then back to SecretBoss so it will print SecretBoss(0) and you will see no changes at your name
Notes
This script will only work when you use SendDeathMessage native
Download and Install
To install this include just download and put the file on your includes file then include the file in your script like #include <newDeath>
Special thanks
I would like to thank Gammix for a safer SendDeathMessage hook and everyone else who helped me to release this...
Re: newDeath - Show player's ids on death list -
SystemX - 22.01.2016
Now That's called Brainzz, +Rep.
Re: newDeath - Show player's ids on death list -
SecretBoss - 22.01.2016
Quote:
Originally Posted by SystemX
Now That's called Brainzz, +Rep.
|
Thanks a lot my friend
Topic updated with a picture
Re: newDeath - Show player's ids on death list -
xTURBOx - 22.01.2016
nice one +rep
Re: newDeath - Show player's ids on death list -
Ritzy2K - 22.01.2016
Nice, never thought of this! +rep.
Re: newDeath - Show player's ids on death list -
SecretBoss - 22.01.2016
Quote:
Originally Posted by xTURBOx
nice one +rep
|
Thanks
Quote:
Originally Posted by [ND]xXZeusXx.
Nice, never thought of this! +rep.
|
I saw it on a server and started wondering how it is possible, so when I came up with this idea I decided to release it
Re: newDeath - Show player's ids on death list -
Pottus - 22.01.2016
Why not add custom ones as well?
Re: newDeath - Show player's ids on death list -
Marcuse - 22.01.2016
Sweet, rep +
Re: newDeath - Show player's ids on death list -
SecretBoss - 22.01.2016
Quote:
Originally Posted by Pottus
Why not add custom ones as well?
|
What do you mean? Custom things and abilities?
Quote:
Originally Posted by Marcuse
Sweet, rep +
|
Thanks...
Re: newDeath - Show player's ids on death list -
Crayder - 22.01.2016
Quote:
Originally Posted by Pottus
Why not add custom ones as well?
|
Well, the typical way of doing this would be NPC's. So would you change the name of the killer to the cause? What if there isn't a killer, change a random player's?