Raised This Month: $32 Target: $400
 8% 

Remove the bomb and hostages 1.30


Post New Thread Reply   
 
Thread Tools Display Modes
Orangutanz
Veteran Member
Join Date: Apr 2006
Old 05-24-2006 , 10:48  
Reply With Quote #31

Works fine for me.

Code:
#include <amxmodx> #include <fakemeta> #define STRIP_ENTITIES    9 new nobombhos new game_entity[STRIP_ENTITIES][] = {     "func_bomb_target", "func_escapezone", "func_hostage_rescue", "func_vip_safetyzone",     "info_bomb_target", "info_hostage_rescue","info_vip_start", "hostage_entity",     "monster_scientist" } public plugin_precache() {     register_plugin("No bomb/hostages", "1.40", "NL)Ramon(NL")     nobombhos = register_cvar("amx_nobombhos", "1")     if(get_pcvar_num(nobombhos))     {         register_forward(FM_Spawn, "Spawn")     } } public Spawn(pent) {     if(pev_valid(pent))     {         new classname[32]         pev(pent, pev_classname, classname, 31)         for(new i = 0; i < STRIP_ENTITIES; ++i)         {             if(equali(classname, game_entity[i]))             {                 engfunc(EngFunc_RemoveEntity, pent)                 break             }         }     } }
No plugin_init()
Orangutanz is offline
SubStream
Veteran Member
Join Date: Aug 2005
Location: USA
Old 06-30-2006 , 20:57   Re: Remove the bomb and hostages 1.30
Reply With Quote #32

Sounds like this is coming along well. Hide N' Seek would probably be the only thing I would use it for though. Dust2 is my fav. map to play that on but bomb planting does get in the way.
SubStream is offline
GHW_Chronic
SourceMod Donor
Join Date: Sep 2004
Location: Texas
Old 08-09-2006 , 00:01   Re: Remove the bomb and hostages 1.30
Reply With Quote #33

Looks like this plugin is working now, and efficiently.
GHW_Chronic is offline
Send a message via AIM to GHW_Chronic
VEN
Veteran Member
Join Date: Jan 2005
Old 04-11-2007 , 08:53   Re: Remove the bomb and hostages 1.30
Reply With Quote #34

Quite poorly coded and should be also potential to crash unapproved.
VEN is offline
Old 11-23-2018, 07:51
Shadowless
This message has been deleted by Shadowless.
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 12:46.


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