get_stats
how to take players HEADSHOT by using get_stats and display it in MOTD.....everytime i restart my server all states become zero i.e. headshot wid player is cleared. n and played again in server it shows....
|
Re: get_stats
|
Re: get_stats
|
Re: get_stats
Use Ham_TraceAttack, check if TR_iHitrgoup is HIT_HEAD and count the headshots for every client, than format a string and send it as a MOTD message to the client.
|
Re: get_stats
if(TR_iHitgroup == HIT_HEAD)
Showing error on compiling & how to count the headshots for every client and save in some variable |
Re: get_stats
Quote:
|
Re: get_stats
Quote:
how to store headshot counter in some variable |
Re: get_stats
|
Re: get_stats
I tried and made a code it is working
PHP Code:
|
Re: get_stats
Code:
|
| All times are GMT -4. The time now is 22:40. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.