View Single Post
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 02-23-2022 , 19:39   Re: Amx Grab dont work with basebuilder
Reply With Quote #14

Quote:
Originally Posted by Ace67 View Post
bump @Supremache
Sorry I forgot this, anyway, I have a suggestion but I'm not sure if it will work so instead of combine these plugins together try to add code that check If the user is aiming at the player body or the user is aiming at the wall

Because i think this code do block for other plugins those are using Bottun E "+use"
PHP Code:
new tname[7], cname[10];
    
entity_get_string(entEV_SZ_targetnametname6);
    
entity_get_string(entEV_SZ_classnamecname9);
    if (!
equal(cname"func_wall") || equal(tname"ignore"))
    {
        return 
PLUGIN_HANDLED
    

__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.
Supremache is offline