Thread: Damage Entities
View Single Post
+ARUKARI-
AlliedModders Donor
Join Date: Jul 2004
Location: Japan
Old 03-29-2021 , 05:19   Re: Damage Entities
Reply With Quote #4

Are you using my Lasermine plugin?
Then you only need to modify the following condition in lm_step_beambreak function.
PHP Code:
if (equali(classNameENT_CLASS_BREAKABLE) || equali(classNameENT_CLASS_LASER)) 
ex) if sentry gun classname is "sentrygun".
PHP Code:
if (equali(classNameENT_CLASS_BREAKABLE) || equali(classNameENT_CLASS_LASER) || equali(className"sentrygun")) 
__________________
GitHub
SteamWishlist

六四天安門事件
+ARUKARI- is offline