19.05.2016, 10:32
General:
This is a simple filterscript which will leave little puddles of blood behind player. The filterscript contains the core functions and two commands which will allow you to trigger the bleeding ("/bstart [amount of blood puddles]", "/bstop"). It's up to you to trigger the bleeding when player gets hurt and disable it after some time.
Credits:
- Incognito for streamer plugin,
- ****** for foreach/iterator include and GetXYInFrontOfPlayer function,
- ZeeX for ZCMD command processor.
Video:
http://www.youtube.com/watch?v=dR9vFjKicpo
Functions and Definitions:
Download:
This is a simple filterscript which will leave little puddles of blood behind player. The filterscript contains the core functions and two commands which will allow you to trigger the bleeding ("/bstart [amount of blood puddles]", "/bstop"). It's up to you to trigger the bleeding when player gets hurt and disable it after some time.
Credits:
- Incognito for streamer plugin,
- ****** for foreach/iterator include and GetXYInFrontOfPlayer function,
- ZeeX for ZCMD command processor.
Video:
http://www.youtube.com/watch?v=dR9vFjKicpo
Functions and Definitions:
Code:
SetPlayerBleeding(playerid, bleeds); StopPlayerBleeding(playerid);
Code:
#define MAX_PLAYER_BLEEDS (3) #define PLAYER_BLEEDING_RANGE (1.5)
Download: