client_death
PHP Code:
new headshot = (hitplace == HIT_HEAD); but when i am echoing the hitplace is appearing like a number and not like a string :/ |
Re: client_death
Hitplace: %s
should be %d or %i %s = string %d = decimal %i = integer |
Re: client_death
That function gets passed all integers, no strings. If you are expecting player names for killer\victim, you will need to use get_user_name with killer\victim as player id (check first if they are players by (1<=id<=maxplayers)).
PHP Code:
|
| All times are GMT -4. The time now is 11:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.