05.04.2018, 09:44
Just create a timer.
Whenever a player starts to bleed. run this timer every 5 seconds and kill the timer when the player has stopped bleeding.
This tutorial might help you setting up that timer:
https://sampforum.blast.hk/showthread.php?tid=171959
Don't use onplayerupdate for such things as it may really start lagging your server.
Whenever a player starts to bleed. run this timer every 5 seconds and kill the timer when the player has stopped bleeding.
This tutorial might help you setting up that timer:
https://sampforum.blast.hk/showthread.php?tid=171959
Don't use onplayerupdate for such things as it may really start lagging your server.