Description:
This script requires you to hold r (or what key you use for reloading) instead of just pressing it, so if you meet an enemy while you're reloading, just release R to stop reloading! This script assumes that you have fastswitch off. If you don't, just remove "hud_fastswitch 0" from the alias. ----- // Regular wait aliases alias w "wait" alias w3 "w; w; w" // The script alias +holdreload "+reload; hud_fastswitch 1" alias -holdreload "-reload; slot3; w3; slot1" // The bind bind "R" "+holdreload" ----- Autor skryptu: MathiasRav |