View Single Post
SeniorRamos
Senior Member
Join Date: Nov 2011
Location: Raccoon City
Old 11-26-2011 , 04:05   Re: Help! How make hitbox for big models in the plugin?
Reply With Quote #2

Case 1 : Zombie plague 4.3 --> Go to amxmodx/configs/zombieplague.ini and look for
Quote:
; If you want your models to have accurate hitboxes, try enabling this.
; Note: make sure your models don't have messed up hitboxes, otherwise
; this setting might cause your server insane cpu usage and lag!
SET MODELINDEX OFFSET = 0
Change it to SET MODELINDEX OFFSET = 1
Case 2 : Zombie plague advance 1.6.1 --> Go to amxmodx/configs/zombie_plague_advance.ini and look for
Quote:
; If you want your models to have accurate hitboxes, try enabling this.
; Note: make sure your models don't have messed up hitboxes, otherwise
; this setting might cause your server insane cpu usage and lag!
SET MODELINDEX OFFSET = 0
Change it to SET MODELINDEX OFFSET = 1
SeniorRamos is offline