[FilterScript] killCam v.1b 'new'
#1

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).

Reply
#2

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

Good Work 8/10
Reply
#4

Good work keep it up
+REP
Reply
#5

incredible, good work. +REP
Reply
#6

Nicely done ! iPLEOMAX' Textdraw editor FTW o/
Reply
#7

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)
Reply
#8

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);
Reply
#9

Up-to-date.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)