SA-MP Forums Archive
[FilterScript] Injured System - 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] Injured System (/showthread.php?tid=549151)



Injured System - Sparke - 05.12.2014

Injured System
Details;

This is a simple injured system. It detects if the player HP has hit 5, and if it has then it puts the player in a hurt anim. You can add a function for stoping it; I was going to add a timer that made them get up after 15 seconds but thought I'd let you all do it so you can have your personal preference!

Downloads;

http://pastebin.com/52JeRk3L



Re: Injured System - Seaf - 05.12.2014

Screan shots ?


AW: Injured System - Flori - 05.12.2014

Sweet one.


Re: Injured System - AzaMx - 05.12.2014

Screen


Re: Injured System - Raweresh - 05.12.2014

Not used callbacks, you set up timer and you don't even use it.


Re: Injured System - Ahammad - 05.12.2014

You actsuly making..


Re: Injured System - HY - 05.12.2014

Well, actually you had made a callback, but you don't use it.

pawn Код:
SetTimer("injured", 150000, false);
And this Filescript it's too simple. Try add more custom functions.


Re: Injured System - Sparke - 05.12.2014

Quote:
Originally Posted by Raweresh
Посмотреть сообщение
Not used callbacks, you set up timer and you don't even use it.
Did you read the post? I was making it a timer based system then I decided to let others use their own way to make the player get up. I just forgot to delete the timer


Re: Injured System - UltraScripter - 05.12.2014

simple but nice!


Re: Injured System - M0HAMMAD - 07.12.2014

nice job.