Raised This Month: $ Target: $400
 0% 

How can i change fire rate of a weapon? [Witout plugins]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
AlejandroSk
BANNED
Join Date: Nov 2008
Location: Aqui, en mi casa. Karma:
Old 03-22-2009 , 01:22   How can i change fire rate of a weapon? [Witout plugins]
Reply With Quote #1

PLease =( Explain me the code
and i dont want to use 3rd party plugin
AlejandroSk is offline
Send a message via MSN to AlejandroSk
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 03-22-2009 , 02:02   Re: How can i change fire rate of a weapon? [Witout plugins]
Reply With Quote #2

http://forums.steampowered.com/
__________________
fysiks is offline
AlejandroSk
BANNED
Join Date: Nov 2008
Location: Aqui, en mi casa. Karma:
Old 03-22-2009 , 12:16   Re: How can i change fire rate of a weapon? [Witout plugins]
Reply With Quote #3

????
AlejandroSk is offline
Send a message via MSN to AlejandroSk
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 03-22-2009 , 12:19   Re: How can i change fire rate of a weapon? [Witout plugins]
Reply With Quote #4

If you don't want it done with a plugin then you are asking on the wrong forum.
__________________
Bugsy is offline
AlejandroSk
BANNED
Join Date: Nov 2008
Location: Aqui, en mi casa. Karma:
Old 03-22-2009 , 12:24   Re: How can i change fire rate of a weapon? [Witout plugins]
Reply With Quote #5

i want a code for change a weapon rate. i mean i dont want a 3rd party plugin like Fireratecontroler
AlejandroSk is offline
Send a message via MSN to AlejandroSk
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 03-22-2009 , 12:36   Re: How can i change fire rate of a weapon? [Witout plugins]
Reply With Quote #6

http://forums.alliedmods.net/showthr...apon+fire+rate
__________________
Bugsy is offline
AlejandroSk
BANNED
Join Date: Nov 2008
Location: Aqui, en mi casa. Karma:
Old 03-22-2009 , 12:52   Re: How can i change fire rate of a weapon? [Witout plugins]
Reply With Quote #7

i just want the code for change fire rate!!!
because i wanna use it on my plugin!
AlejandroSk is offline
Send a message via MSN to AlejandroSk
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 03-22-2009 , 13:15   Re: How can i change fire rate of a weapon? [Witout plugins]
Reply With Quote #8

The code is in that thread champ; click the Get Source link. The plugin is very small and is not hard to understand how the rate is being changed.
__________________

Last edited by Bugsy; 03-22-2009 at 13:24.
Bugsy is offline
AlejandroSk
BANNED
Join Date: Nov 2008
Location: Aqui, en mi casa. Karma:
Old 03-22-2009 , 14:16   Re: How can i change fire rate of a weapon? [Witout plugins]
Reply With Quote #9

can you explain me this then?

PHP Code:
 if(N_Speed != 1.0)
    {
        static 
weapon[32],Ent
        get_weaponname
(Gun,weapon,31)
        
Ent fm_find_ent_by_owner(-1,weapon,id)
        if(
Ent)
        {
            static 
Float:Delay,Float:M_Delay
            Delay 
get_pdata_floatEnt464) * N_Speed
            M_Delay 
get_pdata_floatEnt474) * N_Speed
            
if (Delay 0.0)
            {
                
set_pdata_floatEnt46Delay4)
                
set_pdata_floatEnt47M_Delay4)
            }
        }
    }

AlejandroSk is offline
Send a message via MSN to AlejandroSk
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 03-22-2009 , 14:46   Re: How can i change fire rate of a weapon? [Witout plugins]
Reply With Quote #10

See this thread: http://forums.alliedmods.net/showthread.php?t=47316
__________________
Bugsy 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 14:14.


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