Yeach , this is true if I want to get hitzones of a specific player to a specific player. But even the get_user_hitzones description tells :
Quote:
|
To get what bodyparts a player can hit when firing, set the player's index to index and target to 0.
|
Why doesn't that work ? I know I can loop through all the players , and in
Exolent[jNr]'s way I'll get what bodyparts client can hit on each of playing users. But if all the results are the same as I can have set
PHP Code:
set_user_hitzones( client , 0 , 4 )
, then it would be better for me just to get if I have set the hitzones specific , or they are default. Your solution is much longer than just one command, so I'm wondering why it isn't working , if description tells it should ?