Quote:
Originally Posted by Desert
Quote:
Originally Posted by [B
Vortex ]
Quote:
Originally Posted by Desert
Quote:
I'm not sure if that's possible. xD
|
I don't think it is
Unless someone makes a callback that gets called when player uses HP
Could actualy be usefull
|
I just found something
http://forum.sa-mp.com/index.php?topic=82583.0
You can probably make something with "OnPlayerHealthChange"
|
I just noticed that this script uses OnPlayerUpdate.
So this means you will have to put all you make in the same callback
Plus im not sure on this but my guess would be the more you use these callbacks the more your server ping will be increased
|
Ping is increased on how far away from the server you are, OR, how good the internet connection is for the serer.
OnPlayerUpdate can cause lag, but not ping increasing.