PDA

View Full Version : Reload Script


Blackfish
12th July 2003, 17:27
i saw number of pepole that start shooting when they reload
how can i do that?

rush_N_roulette
12th July 2003, 19:25
Yea i was on a server and somebody did it !
i really like to know how it works :D

4star
12th July 2003, 20:14
//moved to scripting forum\\

-R@ZOR-
12th July 2003, 21:20
Or you mean start reloading when they are shooting?

type : bind mouse1 +attack;+reload

(I hope that's what you meant.)

rush_N_roulette
13th July 2003, 01:24
no, when u'r reloading that u can shoot

MoFo
13th July 2003, 01:48
if u mean, when ur watching them in first person, they reload and then shoot, it's the game, when the guy reload, the animation start lately for observer in first person.. the same thing when they zoom. :) u see them reload, but most of the time, they've already reloaded

DeathsTouch
13th July 2003, 01:49
I think you guys are talking about fake reload. It tricks into making people think you're reloading,but you press a button to stop reloading and switch to prim weapon.

rush_N_roulette
13th July 2003, 19:16
yea
!! u know where i can get it ?

OhhBee
27th July 2003, 21:58
they mean "cancel reload" dude. got that with my scripts...helpfull...dunno the command right now 2 stoned sry

peaze

Lion-O
29th July 2003, 11:21
Yeah a cancel reload script, can be very usful, heres what I use.

// Select Best Weapon
alias bestweap "weapon_knife; grenades; pistol; shotgun; submach; rifle; auto; fireselect1"
alias grenades "weapon_flashbang; weapon_smokegren; weapon_hegrenade"
alias pistol "weapon_glock18; weapon_usp; weapon_deagle; weapon_p228; weapon_elite; weapon_fiveseven"
alias shotgun "weapon_m3; weapon_xm1015"
alias submach "weapon_mp5navy; weapon_tmp; weapon_p90; weapon_mac10; weapon_ump45"
alias rifle "weapon_ak47; weapon_sg552; weapon_m4a1; weapon_aug; weapon_scout; weapon_awp; weapon_g3sg1; weapon_sg550"
alias auto "weapon_m249"

Then I bind something to bestweap.
If i'm reloading or using knife and I need a weapon quickly or to cancel the reload I just press the button.
Hope that helps. I'll look for a better script or better description

Got it, try this on for size.
//Reload Stop Script// by: The Counter-Script Crew
Description: This Script stops your current weapon from reloading and switches back to it quickly.

alias reload_stop "weapon_knife; wait; wait; wait; lastinv"

bind "q" "reload_stop"
got from http://dynamic4.gamespy.com/~counter-script/index.php?id=92

DExPlAiNeR
31st July 2003, 12:02
To make this alot easier all you have to do is bind a specific key to end the reload like below while reloading and it allows you to shoot but still have your model doing the action. Therefore tricking your hack making it think that it is reloading.

First step..
bind KEY "#slot2;#slot1"
Second step
Hit your reload button.. and immediatly hit your key that you binded to end the reload (above)

Hope that helps..

Cha0t1c_N4ture
15th August 2003, 03:43
why not do it all with one button...?

/* RELOAD *\
alias fr "+reload; wait; -reload; slot2; lastinv"
bind fr "<whatever>"

DExPlAiNeR
19th August 2003, 04:06
Cause that is stupid, I rather break the reload when I want than have some script decide it for me.

Cha0t1c_N4ture
19th August 2003, 05:09
well gee i love you too. dontcha just love gettin flamed for no reason?

MoFo
19th August 2003, 05:15
hes not flamming hehe, hes just saying that he "see" it as stupid to do it that way, just his way of thinking..