PDA

View Full Version : [Uscript]Fast Reload


KizZamP-
7th November 2005, 20:21
this fast reload reloads faster than normal (duh!),and some guys ($T$,GLoGG,etc.) told me it looks like a normal reload from spectate...though you will notice it's faster...


//first make sure your have those..
var r6pawn r6pawn;
var config bool bfastreload;



//in postrender you put this...
if(bfastreload)
{
r6pawn(me).m_fReloadSpeedMultiplier = 6.00;
}



// the exec function for the noobs
exec function xfastreload ()
{
bfastreload = !bfastreload;
}

hope you enjoy ;)
Kizzamp-

superdupe
7th November 2005, 23:00
kizzamp thank you so very much for this!

BUT i think you should just paste your whole source here instead of puting up a bit every day.. :)

drewpaul86
8th November 2005, 00:52
lol, also so it's easier to read, can u make sure to use the ["code"] ["/code"] without the ""?

i've done it for u in this post.

KizZamP-
8th November 2005, 19:35
lol, also so it's easier to read, can u make sure to use the ["code"] ["/code"] without the ""?

i've done it for u in this post.
k i will,thanks for the edit ;)

JohnDeere6996
8th November 2005, 21:05
nice job now this i can use in my bot.

but how u turn it off or is it like retlock and u have to wait until the next round for it to go off?

frikos
8th November 2005, 21:29
r6pawn(me).m_fReloadSpeedMultiplier = 1.00; would be default

KizZamP-
9th November 2005, 16:00
nice job now this i can use in my bot.

but how u turn it off or is it like retlock and u have to wait until the next round for it to go off?
why would you want to disable it ?

superdupe
9th November 2005, 16:18
i never did, but i guess it is similar to your need to turn off skinhack...

JohnDeere6996
9th November 2005, 18:57
r6pawn(me).m_fReloadSpeedMultiplier = 1.00; would be default


thanks frikos and i just want to be able to toggle it on and off.