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

Hero: Veronica


Post New Thread Reply   
 
Thread Tools Display Modes
Vantri
Junior Member
Join Date: Jul 2010
Old 11-18-2010 , 05:55   Re: Hero: Veronica
Reply With Quote #81

Hello.I have changed the code from ak47 to m4a1. But there is a problem with silencer (activating on right mouse button too).Anyway to block m4a1 silencer?
I have tried plugins like "silencer blocker" but then grenade launcher didn't work too.
Thanks
Vantri is offline
The Art of War
Veteran Member
Join Date: Dec 2009
Location: Sweden Rock Festival
Old 11-18-2010 , 08:08   Re: Hero: Veronica
Reply With Quote #82

No.

Make it on a keydown then, or perhaps on +use.
__________________
The Art of War is offline
Fr33m@n
Veteran Member
Join Date: May 2008
Location: France Marne
Old 11-18-2010 , 12:54   Re: Hero: Veronica
Reply With Quote #83

block the normal attack2 so.
but you will losse the ability to put a silecent when you have your hero.
Fr33m@n is offline
The Art of War
Veteran Member
Join Date: Dec 2009
Location: Sweden Rock Festival
Old 11-18-2010 , 13:06   Re: Hero: Veronica
Reply With Quote #84

1. Do as I said.
2. Do as Fr33m@n says.
3. USE ANOTHER WEAPON!!
__________________
The Art of War is offline
Vantri
Junior Member
Join Date: Jul 2010
Old 11-19-2010 , 12:25   Re: Hero: Veronica
Reply With Quote #85

Quote:
Originally Posted by Fr33m@n View Post
block the normal attack2 so.
but you will losse the ability to put a silecent when you have your hero.
Thanks for reply but i really dont know how to block attack2... Could you write me that code? Your help is much appreciated
Vantri is offline
Fr33m@n
Veteran Member
Join Date: May 2008
Location: France Marne
Old 11-19-2010 , 17:06   Re: Hero: Veronica
Reply With Quote #86

PHP Code:
public fm_CmdStart(iduc_handleseed)
{
    if ( !
sh_is_active() || !gHasVeronica[id] || !is_user_alive(id) || sh_is_freezetime() ) return FMRES_IGNORED
    
new buttons get_uc(uc_handleUC_Buttons)
    if ( (
buttons IN_ATTACK2) && !(pev(idpev_oldbuttons) & IN_ATTACK2) ) {
        if ( 
get_user_weapon(id) == CSW_AK47 ) {
            
set_uc(uc_handleUC_Buttonsbuttons & ~IN_ATTACK2)
            
launch_nade(id)
        }
    }
    return 
FMRES_IGNORED

change fm_CmdStart part by this one.
that should do it ;)
Fr33m@n is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 11-20-2010 , 07:08   Re: Hero: Veronica
Reply With Quote #87

I'd use Ham_Weapon_SecondaryAttack.
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
Fr33m@n
Veteran Member
Join Date: May 2008
Location: France Marne
Old 11-20-2010 , 07:11   Re: Hero: Veronica
Reply With Quote #88

i know but, i was too lazy for doing it. ^^
i did it on fly.

Last edited by Fr33m@n; 11-20-2010 at 07:14.
Fr33m@n is offline
Jelle
[b]MOAR CANDY[/b]
Join Date: Aug 2009
Location: Denmark
Old 11-20-2010 , 14:05   Re: Hero: Veronica
Reply With Quote #89

Quote:
Originally Posted by Fr33m@n View Post
i know but, i was too lazy for doing it. ^^
i did it on fly.
Where you flying while writing it?
__________________
No idea what to write here...
Jelle is offline
Send a message via MSN to Jelle
Exploited
Veteran Member
Join Date: Jul 2010
Location: Sweden
Old 11-20-2010 , 14:30   Re: Hero: Veronica
Reply With Quote #90

I thought the same thing when I read it earlier today, lol.
Succesful multitasking?
__________________
Jelle (1): I LOVE YOU
Jelle (1): Yeah. omg you are so awesome!
--------------
Jelle (1): You know when a poo is about to exit but it is too big?
Jelle (1): God my ass still hurts
Exploited 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 11:55.


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