Raised This Month: $ Target: $400
 0% 

Entity Remover


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
vboss
New Member
Join Date: Jan 2012
Old 01-21-2012 , 12:09   Entity Remover
Reply With Quote #1

Hi friends..

I'm living in Turkey so my english is bad.

My request : Remove the all blocks ( func_wall // delete1 )
http://forums.alliedmods.net/showthread.php?p=657047 >> this is a not automatically.
I need a automatic.
Screenshots:




--





Please contact me: vBoss(at)w.cn

Last edited by vboss; 01-21-2012 at 12:13.
vboss is offline
BunnYboiii
Senior Member
Join Date: Jul 2011
Old 01-21-2012 , 14:00   Re: Entity Remover
Reply With Quote #2

Hi, there already is a plugin for this so you can delete the entity's.

Check out Exolent's Entity_remover.

Arkadas, bu plugin var. Google gir sonra. Exolent entity remover yaz googlede cikar orda.
Bendede var bu plugin cok guzel, simdi su "func_" seyleri cekebilirsin.
__________________
School sucks, so much work.
BunnYboiii is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 01-21-2012 , 18:29   Re: Entity Remover
Reply With Quote #3

Quote:
Originally Posted by BunnYboiii View Post
Check out Exolent's Entity_remover.
Quote:
Originally Posted by vboss View Post
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
bibu
Veteran Member
Join Date: Sep 2010
Old 01-21-2012 , 18:40   Re: Entity Remover
Reply With Quote #4

to both of you

Quote:
Originally Posted by vboss View Post
My request : Remove the all blocks ( func_wall // delete1 )
http://forums.alliedmods.net/showthread.php?p=657047 >> this is a not automatically.
I need a automatic.
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.

Last edited by bibu; 01-21-2012 at 18:41.
bibu is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 01-21-2012 , 21:30   Re: Entity Remover
Reply With Quote #5

Search in the Scripting Help section.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.

Last edited by wickedd; 01-21-2012 at 21:30.
wickedd is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 01-21-2012 , 22:35   Re: Entity Remover
Reply With Quote #6

Honestly, the time it would take to write a plugin for this is the same time it would take for you to go in and delete the entities yourself. Stop being lazy.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
LilWayne
Junior Member
Join Date: Dec 2011
Old 01-22-2012 , 03:18   Re: Entity Remover
Reply With Quote #7

Exolent's entity remover is very useful and easy to use. Try it out.
LilWayne is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 01-22-2012 , 05:19   Re: Entity Remover
Reply With Quote #8

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

public plugin_init()
{
    
register_plugin"func_wall Entity Remover""1.0""AMXX Community" )
    
    new 
Entity = -1
    
    
while ( ( Entity find_ent_by_classEntity"func_wall" ) ) )
    {
        new 
target32 ]
    
pevEntitypev_targetnametarget31 )
        
    if( 
equaltarget"delete1" ) )
    {
        
remove_entityEntity )
    }
    }

__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu is offline
vboss
New Member
Join Date: Jan 2012
Old 01-22-2012 , 05:35   Re: Entity Remover
Reply With Quote #9

Quote:
Originally Posted by Exolent[jNr] View Post
Honestly, the time it would take to write a plugin for this is the same time it would take for you to go in and delete the entities yourself. Stop being lazy.
I need for map thiefs.

Quote:
Originally Posted by LilWayne View Post
Exolent's entity remover is very useful and easy to use. Try it out.
Quote:
Originally Posted by bibu View Post
PHP Code:
#include <amxmodx>
#include <engine>
#include <fakemeta>

public plugin_init()
{
    
register_plugin"func_wall Entity Remover""1.0""AMXX Community" )
    
    new 
Entity = -1
    
    
while ( ( Entity find_ent_by_classEntity"func_wall" ) ) )
    {
        new 
target32 ]
    
pevEntitypev_targetnametarget31 )
        
    if( 
equaltarget"delete1" ) )
    {
        
remove_entityEntity )
    }
    }

Very thanks !
panpa.
vboss is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 01-22-2012 , 14:51   Re: Entity Remover
Reply With Quote #10

Quote:
Originally Posted by vboss View Post
I need for map thiefs.
What does it matter which plugin you use? They can still steal your map.
Then they will have to find a way to delete those entities, like you are now.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] 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 19:22.


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