Raised This Month: $ Target: $400
 0% 

[REQ] Simple plugin to remove bomb plant zones on de_ maps.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
k1z
Junior Member
Join Date: Apr 2010
Old 04-09-2010 , 12:12   [REQ] Simple plugin to remove bomb plant zones on de_ maps.
Reply With Quote #1

Is it possible for me to get a plugin to take out the bomb boxes or just move them in de_ maps?

Last edited by Xanimos; 04-09-2010 at 12:17. Reason: Changing title to be more appropriate.
k1z is offline
Xanimos
Veteran Member
Join Date: Apr 2005
Location: Florida
Old 04-09-2010 , 12:15   Re: Is it possible?
Reply With Quote #2

it is possible.
Xanimos is offline
Send a message via AIM to Xanimos Send a message via MSN to Xanimos
k1z
Junior Member
Join Date: Apr 2010
Old 04-09-2010 , 12:16   Re: Is it possible?
Reply With Quote #3

Any chance you could help me?
k1z is offline
Xanimos
Veteran Member
Join Date: Apr 2005
Location: Florida
Old 04-09-2010 , 12:16   Re: Is it possible?
Reply With Quote #4

Post in the right section and someone could help you. I'm moving it now.
Xanimos is offline
Send a message via AIM to Xanimos Send a message via MSN to Xanimos
k1z
Junior Member
Join Date: Apr 2010
Old 04-09-2010 , 12:18   Re: [REQ] Simple plugin to remove bomb plant zones on de_ maps.
Reply With Quote #5

ok thanks m8
k1z is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-09-2010 , 12:37   Re: [REQ] Simple plugin to remove bomb plant zones on de_ maps.
Reply With Quote #6

c4 won't be plantable at 1st round
c4 won't be given at 2nd round.

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

#define VERSION "0.0.1"

public plugin_init()
{
    
register_plugin("No BombSites"VERSION"ConnorMcLeod")

    new 
iEnt
    
while( (iEnt engfunc(EngFunc_FindEntityByStringiEnt"classname""func_bomb_target")) )
    {
        
engfunc(EngFunc_RemoveEntityiEnt)
    }
    while( (
iEnt engfunc(EngFunc_FindEntityByStringiEnt"classname""info_bomb_target")) )
    {
        
engfunc(EngFunc_RemoveEntityiEnt)
    }

__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
k1z
Junior Member
Join Date: Apr 2010
Old 04-09-2010 , 12:38   Re: [REQ] Simple plugin to remove bomb plant zones on de_ maps.
Reply With Quote #7

What do i do with that?
k1z is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-09-2010 , 12:40   Re: [REQ] Simple plugin to remove bomb plant zones on de_ maps.
Reply With Quote #8

copy/paste here : http://www.amxmodx.org/webcompiler.cgi
Hit "compile" button.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
k1z
Junior Member
Join Date: Apr 2010
Old 04-09-2010 , 12:41   Re: [REQ] Simple plugin to remove bomb plant zones on de_ maps.
Reply With Quote #9

thanks alot
k1z is offline
k1z
Junior Member
Join Date: Apr 2010
Old 04-09-2010 , 12:53   Re: [REQ] Simple plugin to remove bomb plant zones on de_ maps.
Reply With Quote #10

Is there any way i can get one where the boxes in the site can be deleted?
k1z 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 02:22.


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