Raised This Month: $51 Target: $400
 12% 

[HELP][BB] anti block doors zombie


Post New Thread Reply   
 
Thread Tools Display Modes
spooky HL15
Member
Join Date: Oct 2015
Old 11-05-2017 , 15:35   Re: [HELP][BB] anti block doors zombie
Reply With Quote #51

Quote:
Originally Posted by KiLLeR. View Post
He is right, if you don't understand ask in Suggestions / Requests section. Also in previous page they gave you code, so I can't understand what's your problem.
i say "i don't understand what he say not ...." and my problem is
natasheh send scripting i try to compile error ...

Last edited by spooky HL15; 11-05-2017 at 15:37.
spooky HL15 is offline
KiLLeR.
Senior Member
Join Date: Jul 2014
Location: Bulgaria
Old 11-05-2017 , 15:50   Re: [HELP][BB] anti block doors zombie
Reply With Quote #52

You said that you have error, but you doesn't give us the actual error message.
KiLLeR. is offline
spooky HL15
Member
Join Date: Oct 2015
Old 11-06-2017 , 05:39   Re: [HELP][BB] anti block doors zombie
Reply With Quote #53

Quote:
Originally Posted by KiLLeR. View Post
You said that you have error, but you doesn't give us the actual error message.
you don't search in old post in this ... my error is
when i take scripting natchah i try to compile error in

Code:
public bb_drop_post(const id, const ent)
my problem is how to compile this scripting
i try delete const scripting compile but i stay can drop base in zombie doors

Last edited by spooky HL15; 11-06-2017 at 05:40.
spooky HL15 is offline
KiLLeR.
Senior Member
Join Date: Jul 2014
Location: Bulgaria
Old 11-06-2017 , 05:46   Re: [HELP][BB] anti block doors zombie
Reply With Quote #54

Quote:
Originally Posted by spooky HL15 View Post
you don't search in old post in this ... my error is
when i take scripting natchah i try to compile error in

Code:
public bb_drop_post(const id, const ent)
my problem is how to compile this scripting
i try delete const scripting compile but i stay can drop base in zombie doors
Still this is not an error message, only the line where the error occurs.
KiLLeR. is offline
spooky HL15
Member
Join Date: Oct 2015
Old 11-06-2017 , 08:10   Re: [HELP][BB] anti block doors zombie
Reply With Quote #55

Quote:
Originally Posted by KiLLeR. View Post
Still this is not an error message, only the line where the error occurs.

-red line where there is error

Code:
#include <amxmodx>
#include <fakemeta>
#include <basebuilder>

#define PLUGIN "Anti Barrier Blocking"
#define VERSION "1.0"
#define AUTHOR "Natsheh"

new iBarrierEnt;

const Float:MaxRadius = 100.0;

public plugin_init()
{
    register_plugin(PLUGIN, VERSION, AUTHOR)
    
    iBarrierEnt = engfunc(EngFunc_FindEntityByString, -1, "classname", "barrier");
    
    if(!iBarrierEnt)
    {
        set_fail_state("Barrier Entity is not found!")
    }
}

public bb_drop_post(const id, const ent)
{
    new entity, Float:fOrigin[3];
    pev(ent, pev_origin, fOrigin)
    entity = engfunc(EngFunc_FindEntityInSphere, (iBarrierEnt - 1), fOrigin, MaxRadius);
    if(entity == iBarrierEnt)
    {
        client_print(id, print_chat, "You can't build here!")
        set_pev(ent, pev_origin, Float:{0.0,0.0,0.0})
    }
}

Last edited by spooky HL15; 11-06-2017 at 08:11.
spooky HL15 is offline
KiLLeR.
Senior Member
Join Date: Jul 2014
Location: Bulgaria
Old 11-06-2017 , 11:03   Re: [HELP][BB] anti block doors zombie
Reply With Quote #56

This is not error message?! I'm pass, unless you start thinking.
KiLLeR. is offline
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 11-08-2017 , 03:35   Re: [HELP][BB] anti block doors zombie
Reply With Quote #57

I didn't get u. Fully what u want? But with screenshots? Maybbe [Metamod] Mode 2x2 might help you?

Requirements:

ReHLDS
AMXX 1.8.2 and higher
ReAPI Recommended: 0.1.86-dev and higher

https://dev-cs.ru/resources/87/

You need to register here to download this file: [If Registered, Just Downlaod]

http://www.dedicated-server.ru/vbb/s...ad.php?t=27299

It's in russian use google translator,
If you are using chrome, add Google Translator Extension > Translate This Page.

Last edited by Alber9091; 11-08-2017 at 03:36.
Alber9091 is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 11-08-2017 , 07:31   Re: [HELP][BB] anti block doors zombie
Reply With Quote #58

Quote:
Originally Posted by Alber9091 View Post
I didn't get u. Fully what u want? But with screenshots? Maybbe [Metamod] Mode 2x2 might help you?

Requirements:

ReHLDS
AMXX 1.8.2 and higher
ReAPI Recommended: 0.1.86-dev and higher

https://dev-cs.ru/resources/87/

You need to register here to download this file: [If Registered, Just Downlaod]

http://www.dedicated-server.ru/vbb/s...ad.php?t=27299

It's in russian use google translator,
If you are using chrome, add Google Translator Extension > Translate This Page.
Wtf are you talking about changing to ReHlds or ReApi wont solve the problem at all...
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !

Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 11-08-2017 , 09:17   Re: [HELP][BB] anti block doors zombie
Reply With Quote #59

Quote:
Originally Posted by Natsheh View Post
Wtf are you talking about changing to ReHlds or ReApi wont solve the problem at all...
Natesh Bhai ...!! :p

Actually I mentioned, I didn't know, just by looking at screenshots I suggested mode 2x2 :/
Alber9091 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 18:13.


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