SA-MP Forums Archive
[FilterScript] killCam v.1b 'new' - 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)
+--- Thread: [FilterScript] killCam v.1b 'new' (/showthread.php?tid=469569)



killCam v.1b | new - Matnix - 13.10.2013

killCamv.1b

I - INTRODUCTION :

This filterscript is a simple script who ill add a new system on your script, this system is the Kill-Cam - with this new system in your server when a player died he will automatically spectate the player who kill him... and the player who have been killed will see some informations about his killer. e.g: name, health, armour.
  • NOTE : this system can be usefull for some death match servers.

II - CREDITS TO :
  • Matnix,
  • iPLEOMAX,
  • SA-MP Wiki.
NOTE : I didn't give any credits inside the script because I know they're going to be deleted anyways if you use my script please do not claim this as your own work.


III - SCREENSHOTS :

These screenshots have been taken when I was creating the textdraw for this new versions, I'm alone, I don't got anyone to test it with me but it's how it's will look like. I hope you will appreciate the design, I'm not a pro of textdraw maker but I do my best for this time, ahah.




IV - DOWNLOAD :

NOTE : Miroir are not allowed. (click on the image to redirect to pastebin).




Re: killCam v.1b 'new' - DanishHaq - 13.10.2013

I did something like this on my own GM, but it was a much simpler one with GameTextForPlayer, good job though :P.


Re: killCam v.1b 'new' - shittt - 13.10.2013

Good Work 8/10


Re: killCam v.1b 'new' - Mark_Samp - 13.10.2013

Good work keep it up
+REP


Re: killCam v.1b 'new' - Jardell - 13.10.2013

incredible, good work. +REP


Re: killCam v.1b 'new' - Michael@Belgium - 14.10.2013

Nicely done ! iPLEOMAX' Textdraw editor FTW o/


Re: killCam v.1b 'new' - Sublime - 14.10.2013

pawn Код:
bool:Canpress[MAX_PLAYERS];
Is it supposed to be Campress?

I highly recommend to use this plugin so that you can get an even accurate result using timers (since I saw timers in the script)


Re : killCam v.1b 'new' - Matnix - 18.10.2013

Thanks you guys - I appreciate your comments, any more feedbacks about this works? After reading the code, I've see a mistake :

pawn Код:
// I get player hp-armour and not killer hp-armour, so :
// change :
GetPlayerHealth(playerid,kHP), GetPlayerArmour(playerid,kAP);

// to :
GetPlayerHealth(killerid,kHP), GetPlayerArmour(killerid,kAP);



Re : killCam v.1b 'new' - Matnix - 09.11.2013

Up-to-date.