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

Questions using the Cut The Right Wire Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 11-15-2008 , 04:56   Questions using the Cut The Right Wire Plugin
Reply With Quote #1

any way to cause it to force explosion and not just kill the person with the wrong wire.
Doc-Holiday is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 11-15-2008 , 15:23   Re: Questions using the Cut The Right Wire Plugin
Reply With Quote #2

Quote:
Originally Posted by NcB_Sav View Post
any way to cause it to force explosion and not just kill the person with the wrong wire.
Sounds like a cool idea for a plugin.

If incorrect code set while planting; explode.
If defusing and cuts wrong wire; explode.
__________________
Bugsy is offline
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 11-15-2008 , 17:10   Re: Questions using the Cut The Right Wire Plugin
Reply With Quote #3

setting the dmgtime of the bomb ent to current time should do it
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 11-15-2008 , 20:36   Re: Questions using the Cut The Right Wire Plugin
Reply With Quote #4

Make the c4 explode :

PHP Code:
#define OFFSET_C4_EXPLODE_TIME        100

Explode_c4()
{
    new 
iEnt FM_NULLENT
    
while( (iEnt engfunc(EngFunc_FindEntityByStringiEnt"classname""grenade")) && (!(get_pdata_int(iEnt96) & (1<<8))) ) { }
    if( 
iEnt )
        
set_pdata_float(iEntOFFSET_C4_EXPLODE_TIME0.0)

__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
biff1991
Member
Join Date: May 2011
Old 03-29-2014 , 20:19   Re: Questions using the Cut The Right Wire Plugin
Reply With Quote #5

How to change the plugin Cut The Right?
If cut the right wire - bomb defused(don't explosion)
Thanks.
biff1991 is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 03-29-2014 , 20:55   Re: Questions using the Cut The Right Wire Plugin
Reply With Quote #6

One question per thread. Create a new one.
__________________
Black Rose 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 23:47.


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