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

Fast Sniper Switch (Awp Fast Switch)


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Gameplay        Approver:   ConnorMcLeod (74)
MPNumB
Veteran Member
Join Date: Feb 2007
Location: Lithuania
Old 05-28-2010 , 23:20   Fast Sniper Switch (Awp Fast Switch)
Reply With Quote #1

Description:
This plugins brings back the old feature from CS1.5 times. You were able to shoot a bullet with awp or scout, switch to knife or any other weapon really fast, and then switch back again. In result you get that you can fire your next bullet faster than if you would have waited for original bullet 'reload'.


Requires:
FakeMeta
HamSandWich


Additional info:
Tested in Counter-Strike 1.6 with amxmodx 1.8.2 (dev build hg21).


Change-Log:

* 1.3
- Added: Notification that plugin is active on the server.
- Changed: Code now has original pdata offset names.

* 1.2
- Cahnged: Plugin uses less resources.

* 1.1
- Changed: Support for quake-style-switch plugin no longer needed (removed).

* 1.0
- First release.
Attached Files
File Type: sma Get Plugin or Get Source (fast_sniper_switch.sma - 20557 views - 3.7 KB)
__________________
Skill and no annoying bugs with fixed balance issues is my goal!
My approved plugins what don't show up in Approved List:
* Bomb/Death/CSS Radar
* HotVision
___
Need help? Please check this documentation first.

Last edited by MPNumB; 01-16-2011 at 19:07.
MPNumB is offline
Send a message via Skype™ to MPNumB
MPNumB
Veteran Member
Join Date: Feb 2007
Location: Lithuania
Old 06-01-2010 , 20:09   Re: Fast Sniper Switch (Awp Fast Switch)
Reply With Quote #2

Updated to 1.1:
Changed: Support for quake-style-switch plugin no longer needed (removed).

(36 and 21 downloads reseted)
__________________
Skill and no annoying bugs with fixed balance issues is my goal!
My approved plugins what don't show up in Approved List:
* Bomb/Death/CSS Radar
* HotVision
___
Need help? Please check this documentation first.
MPNumB is offline
Send a message via Skype™ to MPNumB
GarbageBox
Senior Member
Join Date: Feb 2010
Old 06-26-2010 , 10:14   Re: Fast Sniper Switch (Awp Fast Switch)
Reply With Quote #3

it is really fast before using this
but can you make a every weapon just like this?
GarbageBox is offline
vato loco [GE-S]
Veteran Member
Join Date: Oct 2006
Location: Germany
Old 06-30-2010 , 14:31   Re: Fast Sniper Switch (Awp Fast Switch)
Reply With Quote #4

i hate to play with awp... but the plugin seems to be cool
do mean when you zoomed and shoot it makes a fastswitch ???
__________________
vato loco [GE-S] is offline
t*stylez
BANNED
Join Date: Apr 2010
Old 06-30-2010 , 14:39   Re: Fast Sniper Switch (Awp Fast Switch)
Reply With Quote #5

like a quick switch?
cool.
t*stylez is offline
grimvh2
Veteran Member
Join Date: Nov 2007
Location: Fishdot Nation
Old 06-30-2010 , 14:43   Re: Fast Sniper Switch (Awp Fast Switch)
Reply With Quote #6

Quote:
Originally Posted by vato loco [GE-S] View Post
i hate to play with awp... but the plugin seems to be cool
do mean when you zoomed and shoot it makes a fastswitch ???
No, on the old cs. When you shoot with your awp (zoomed or unzoomed), after you shot, you pick ur knife then you pick awp again. By doing this fast enough you can shoot faster with the awp.
__________________
I am out of order!
grimvh2 is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 11-01-2010 , 08:10   Re: Fast Sniper Switch (Awp Fast Switch)
Reply With Quote #7

Question about code :

Why is AddPlayerItem needed ? we could think that Deploy gonna be called if autoswitch is set to 1 ?


What about allow delay change with another system than defines ?
Cvars wouldn't hurt since forwards are not called lot of time.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-26-2010 , 10:13   Re: Fast Sniper Switch (Awp Fast Switch)
Reply With Quote #8

More than 15 days have passed and no confirmation that you work on it.

Unapproved for now.

Feel free to PM me or any plugin Approver if you want your plugin to be submitted again.
__________________
Arkshine is offline
MPNumB
Veteran Member
Join Date: Feb 2007
Location: Lithuania
Old 01-09-2011 , 14:47   Re: Fast Sniper Switch (Awp Fast Switch)
Reply With Quote #9

Quote:
Originally Posted by ConnorMcLeod View Post
Question about code :

Why is AddPlayerItem needed ? we could think that Deploy gonna be called if autoswitch is set to 1 ?


What about allow delay change with another system than defines ?
Cvars wouldn't hurt since forwards are not called lot of time.
Actually yes - AddPlayerItem or AttachToPlayer is critical - when you pickup a weapon and autoswitch is set to 1, than the Deploy isn't called (at least in Ham, and I don't really want to use Orephu (or whatever it's named - many people will have too much complains just cause they don't know how to install/activate the module).

Well, here I'm using defines, cause this are the cs1.5 values what technically is considured the "awp/sniper fast switch". I do not actually design/suggest for that value to be anything different from original cs1.6 or original cs1.5. But just in case if people want to change it - I added it as a define, so they wont PM me with stuff like "ow, dude, I want it to be no delay, how to change that?" or "ow, dude, how to make the delay 5 seconds?"... You most probably know about what kind of PM's I'm tallking about (probably get them a lot also ).

Quote:
Originally Posted by Arkshine View Post
More than 15 days have passed and no confirmation that you work on it.

Unapproved for now.

Feel free to PM me or any plugin Approver if you want your plugin to be submitted again.
I'm back... Is there a problem with this plugin what I'm not aware of?
__________________
Skill and no annoying bugs with fixed balance issues is my goal!
My approved plugins what don't show up in Approved List:
* Bomb/Death/CSS Radar
* HotVision
___
Need help? Please check this documentation first.
MPNumB is offline
Send a message via Skype™ to MPNumB
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 01-10-2011 , 11:49   Re: Fast Sniper Switch (Awp Fast Switch)
Reply With Quote #10

Re-submitted, was unapproved because questions were not answered for some times, to clean-up new submission forum.

So, about code, you set up delays in both Deploy and AddPlayerItem, so i'm reitering my question, what is the reason you do that ?
Also, defines doesn't allow to easy set up delays.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Reply


Thread Tools
Display Modes

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 18:15.


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