Resource icon

CLEO Release Fast Reload.cs

CLEO related
Status
Not open for further replies.

drex

Active member
Joined
Oct 23, 2014
Messages
88
Reaction score
0
Hey guys, I have made this new script just recent since I am learning Cleo scripting atm and made this reload.cs
So this reload.cs basically makes you reload faster
How to use?
With sawn off this is very special because it can be done like no reload for sawn.
see here https://www.youtube.com/watch?v=gC49arZOkz8

With other weapons, when you are at 1 ammo left you must Re aim (Press RMB) then continue to shoot and this way it helps to skip the anim

Here is a detailed version of how to use

https://youtu.be/Bp1BtYAV2Tc

I hope you like it because it is my first script and Im sorry if i made any mistake or it does not work for you.
I use cleo 4.3 btw

Added ON/OFF function. Download freload.cs if you want with ON/OFF.
Use F10 to ON and F11 to OFF
 

Attachments

  • reload.cs
    17.5 KB · Views: 372
  • Freload.cs
    17.5 KB · Views: 234

drex

Active member
Joined
Oct 23, 2014
Messages
88
Reaction score
0
Yes, I found it its works for sniper like no reload. You don't need to re aim for sniper. you just need to hold your aim and keep shooting for sniper xD.

If you want it to seem like fast reload then probably u have to keep re aim and it works :)

Here is the video i just made right now to show you a detailed version how you use.

https://youtu.be/Bp1BtYAV2Tc

  :yesyes:
 

drex

Active member
Joined
Oct 23, 2014
Messages
88
Reaction score
0
I messed up the off key tho im sorry for that  :sadpepe:

Code:
{$CLEO .cs}

thread 'RELOAD'

:TEST_01
wait 0
if
0AB0:   key_pressed 121
else_jump @TEST_01
0331: set_player $PLAYER_CHAR fast_reload 1
jump @TEST_01

:TEST_02
wait 0
if
0AB0:   key_pressed 120
else_jump @TEST_01
0331: set_player $PLAYER_CHAR fast_reload 0
jump @TEST_01

If anyone could add the off function it would be nice  :trollface:
 

Crook

Active member
Joined
May 19, 2013
Messages
136
Reaction score
0
drex link said:
I messed up the off key tho im sorry for that  :sadpepe:

Code:
{$CLEO .cs}

thread 'RELOAD'

:TEST_01
wait 0
if
0AB0:   key_pressed 121
else_jump @TEST_01
0331: set_player $PLAYER_CHAR fast_reload 1
jump @TEST_02** <<<<<<<<<<<<<<<<

:TEST_02
wait 0
if
0AB0:   key_pressed 120
else_jump @TEST_02** <<<<<<<
0331: set_player $PLAYER_CHAR fast_reload 0
jump @TEST_01

If anyone could add the off function it would be nice  :trollface:
ez
 

drex

Active member
Joined
Oct 23, 2014
Messages
88
Reaction score
0
Added ON/OFF function.
Use F10 to ON and F11 to OFF.
 

Attachments

  • Freload.cs
    17.5 KB · Views: 62

Child_

Active member
Joined
May 9, 2015
Messages
115
Reaction score
0
Its one awesome thing you just made.
  :urtheman:
Cool.
 
Status
Not open for further replies.
Top