Yeah, V-man, something is definitely funny with that script. It took me an hour or two of messing around with it to get it working properly.
Anyway:
Update (should be last one) for multiXhair:
I fixed the problem it had by adding it to conloop. It works like a charm! Just make sure to put your choice of crosshair in the script.
New script:
I'm really surprised no one has thought of this yet, It is really helpful. It was requested some time ago, but once again, I am the only person who actually knows how to cubescript around here, so i have to do everything!
This little beaut is a must have for any good smg noob. It allows you to spray and pray in true noob style. Gone are the days when you had to spray & pray, and then scream YAIYAIYAI. This script will do it all for you, allowing you to pay more attention to your praying, which is at least the second most important part.
If anyone complains about 'spam' or stupid stuff like that, just change [say "YAIYAIYAI"] to [echo "YAIYAIYAI"], and just pretend you are screaming at the top of your lungs.
Stay classy, AC.
Anyway:
Update (should be last one) for multiXhair:
[SELECT ALL] Code:
//Multiple Crosshair Script by Lantry
//please enter your crosshair choices in the lines below
alias arxhair [default.png] //Assault Rifle cursor goes here (6)
alias smgxhair [default.png] //SMG cursor goes here (4)
alias shotgunxhair [default.png] //Shotgun cursor goes here (3)
alias riflexhair [default.png] //Carbine cursor goes here (2)
alias knifexhair [default.png] //knife cursor goes here (0)
alias nadexhair [default.png] //grenade cursor goes here (8)
alias pistolxhair [default.png] // pistol cursor goes here (1)
alias akimboxhair [default.png] //akimbo cursor goes here (9)
add2conloop [
if (= (curweapon) 6) [ loadcrosshair $arxhair ]
if (= (curweapon) 4) [ loadcrosshair $smgxhair ]
if (= (curweapon) 3) [ loadcrosshair $shotgunxhair ]
if (= (curweapon) 2) [ loadcrosshair $riflexhair ]
if (= (curweapon) 1) [ loadcrosshair $pistolxhair ]
if (= (curweapon) 0) [ loadcrosshair $knifexhair ]
if (= (curweapon) 8) [ loadcrosshair $nadexhair ]
if (= (curweapon) 9) [ loadcrosshair $akimboxhair ]
]
New script:
I'm really surprised no one has thought of this yet, It is really helpful. It was requested some time ago, but once again, I am the only person who actually knows how to cubescript around here, so i have to do everything!
[SELECT ALL] Code:
//YAIYAIYAIYAIYAIYAI by Lantry
//no need to thank me, noobs are their own reward
add2bind MOUSE1 [ YAIYAIYAI ]
ammo = (magcontent 4)
alias YAI 0
alias YAIYAI 0
alias YAIYAIYAI [
if (= (curweapon) 4) [+= YAI 1] []
onrelease [
if (= $YAI 1) [-= YAI 1] []
(-= YAIYAI $YAIYAI)
]
]
add2conloop [
if (&& (= $YAI 1) (< 9 $YAIYAI))[say "YAIYAIYAI"]
if (&& (= $YAI 1) (< $YAIYAI 10)) [+= YAIYAI 1] []
]
If anyone complains about 'spam' or stupid stuff like that, just change [say "YAIYAIYAI"] to [echo "YAIYAIYAI"], and just pretend you are screaming at the top of your lungs.
Stay classy, AC.