Raised This Month: $ Target: $400
 0% 

knife speed plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
kirDave
New Member
Join Date: Oct 2005
Old 10-27-2005 , 23:47   knife speed plugin
Reply With Quote #1

can someone tell me what to change in this to make it work with only the knife? Please dont flame me if I am requesting in the wrong area.


Quote:
#include <amxmodx>
#include <fun>

#define PLUGIN "Faster with knife"
#define VERSION "0.1"
#define AUTHOR "v3x"

#define MAX_SPEED 420.0

public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR);
register_event("CurWeapon","Event_CurWeapon", "be","2=29");
}

public Event_CurWeapon( id )
{
set_user_maxspeed(id, MAX_SPEED);
}
Thanks
kirDave is offline
 



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:44.


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