16.01.2014, 15:19
Quote:
Well,couldn't guess it before,however then what hittype is for ?
|
To detect if someone hits vehicle ID 69, you'd have to do:
pawn Код:
if(hittype == BULLET_HIT_TYPE_VEHICLE && hitid == 69)
Well,couldn't guess it before,however then what hittype is for ?
|
if(hittype == BULLET_HIT_TYPE_VEHICLE && hitid == 69)