Raised This Month: $ Target: $400
 0% 

keeping speed after weapon change


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 01-18-2009 , 02:18   keeping speed after weapon change
Reply With Quote #1

PHP Code:
#include <amxmodx>
#include <fakemeta>

public plugin_init()
{
    
register_plugin("250 MaxSpeed""0.1""Exolent");
    
register_event("CurWeapon""event_CurWeapon""be""1=1");
}

public 
event_CurWeapon(id)
{
    
set_pev(idpev_maxspeed250.0);



Found this but would like to know how to use that if i have multiple classes of guys and they all haf different speeds?
Doc-Holiday 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 01:44.


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