Remove all hitzones except the legs
I tried many ways to do this but nothing worked
It removes all the hit zones except one leg Then I used this way: PHP Code:
But I think there's a more efficiant way to do this If anyone knows a way to make the two hitzones work together plz tell me |
Re: Remove all hitzones except the legs
set_user_hitzones(0, id, 192);
|
Re: Remove all hitzones except the legs
Quote:
I didn't try it yet but I don't doubt it will work :D So you just do like "64 + 128" for left and right legs and "2 + 4" for head and chest and so on??? |
Re: Remove all hitzones except the legs
Hi Sam Tsuki,
I would advise not to use Fun module: set_user_hitzones It would be best if you used FakeMeta and hook TraceLine at post stage, search the forums how to do this. The reason it's not advisable for using Fun is due to the way MetaMod works, it fails to copy the altered pointer data to proceeding modules/plugins. So if you had a plugin which is using set_user_hitzones and another plugin which is loaded afterwards using FakeMeta (TraceLine) for example your plugin will fail to alter the hitzones correctly. |
| All times are GMT -4. The time now is 03:16. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.