Trigger for Score / Deaths change ?
Is there a way to handle a score/death change ?
for example, if some plugin in server is making +1 kills or +1 deaths, i need some function which will be triggered.. something like: Code:
public client_handle_kills_deaths_change(id, kills, deaths){ |
Re: Trigger for Score / Deaths change ?
Hook DeathMsg
|
Re: Trigger for Score / Deaths change ?
Quote:
For example: Zombie mod, if zombie infect player, player is alive, but zombie gets +1 kills, player gets +1 deaths, but no one dies. need something like: Code:
public on_kills_deaths_changing(){ |
Re: Trigger for Score / Deaths change ?
PHP Code:
|
Re: Trigger for Score / Deaths change ?
this is nice, thanks!
pretty hard. |
| All times are GMT -4. The time now is 15:00. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.