Raised This Month: $ Target: $400
 0% 

Solved [HELP] How to Check if Entity is a Weapon Box


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
hellmonja
Senior Member
Join Date: Oct 2015
Old 03-25-2018 , 11:10   [HELP] How to Check if Entity is a Weapon Box
Reply With Quote #1

I'm using get_user_aiming to get my entity but I need to check if the entity I'm aiming at is a weaponbox or the game will crash, which I don't know how to. Can anyone help?...
__________________

Last edited by hellmonja; 03-25-2018 at 11:51. Reason: Solved...
hellmonja is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 03-25-2018 , 11:41   Re: [HELP] How to Check if Entity is a Weapon Box
Reply With Quote #2

Check if the classname is 'weaponbox'

pev( entity , pev_classname , szClassname , charsmax( szClassname ) );
__________________

Last edited by Bugsy; 03-25-2018 at 11:41.
Bugsy is offline
hellmonja
Senior Member
Join Date: Oct 2015
Old 03-25-2018 , 11:42   Re: [HELP] How to Check if Entity is a Weapon Box
Reply With Quote #3

PHP Code:
if(equali(szClassname"weaponbox")) 
Like this?...
__________________
hellmonja is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 03-25-2018 , 11:44   Re: [HELP] How to Check if Entity is a Weapon Box
Reply With Quote #4

Yes, except you do not need to use equali(), regular equal() will work.
__________________
Bugsy is offline
hellmonja
Senior Member
Join Date: Oct 2015
Old 03-25-2018 , 11:48   Re: [HELP] How to Check if Entity is a Weapon Box
Reply With Quote #5

Quote:
Originally Posted by Bugsy View Post
Yes, except you do not need to use equali(), regular equal() will work.
Ah! Thank you kind sir! Works perfectly now. No more crashing... ^_^
__________________
hellmonja is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:55.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode