I do believe clientsize lastinv will be in b5. Just a note <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
<!--QuoteBegin-E-Th33ph+Aug 7 2004, 08:27 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (E-Th33ph @ Aug 7 2004, 08:27 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> I do believe clientsize lastinv will be in b5. Just a note <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo--> <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd--> Woooo! We finaly get the Clientsi<b>z</b>e lastinv !!! So how does this system work? Taller client = faster lastinv? <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html//emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo-->
Remember, its for educational use only. Scripts = hax <!--emo&:0--><img src='http://www.unknownworlds.com/forums/html//emoticons/wow.gif' border='0' style='vertical-align:middle' alt='wow.gif' /><!--endemo-->
alright thx but no i got another problem. Normally in the past when i had this script (like 3 weeks ago) when it would swith to the last weapon it would do it like a fast switch. I don't like fast swith on(mostly due to an ingrained habit not good to mix with xenocide and suck) but i do like a fast switch lastinv. Now this script used to do it for me but now its not. Its promting the last weopon but i still got to select it like when switching weopons normally with fast swith off. Does anyone know why it's not working now? Is there a missing line to the script? Did i change some other setting? OMG IM FREAKING OUT HERE.
Are you sure you have hud_fastswitch on? <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
You can use my version if you're having trouble <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html//emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo-->
And CaM, what it basically does is rebind q, 1, 2, 3, and 4 whenever you use any of these to change weapons. The way it is set up, the result emulates the lastinv function, the purpose being to make use of the functionality of lastinv client-side; the normal lastinv command uses a variable stored on the server, which of course means that it is delayed by ping.
im sure i have it off. And it used to work fine with it off. It used to work like the regular lastinv that switches your weopon like fastswitch regardless of it being on.
<!--QuoteBegin-Lt. Hendrickson+Aug 16 2004, 03:56 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Lt. Hendrickson @ Aug 16 2004, 03:56 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> alright thx but no i got another problem. Normally in the past when i had this script (like 3 weeks ago) when it would swith to the last weapon it would do it like a fast switch. I don't like fast swith on(mostly due to an ingrained habit not good to mix with xenocide and suck) but i do like a fast switch lastinv. Now this script used to do it for me but now its not. Its promting the last weopon but i still got to select it like when switching weopons normally with fast swith off. Does anyone know why it's not working now? Is there a missing line to the script? Did i change some other setting? OMG IM FREAKING OUT HERE. <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd--> iirc using weapon_ toggles should bypass fastswitch, so the script could be rewritten to use those.. or.. add hud_fastswitch 1 at the beginning of kklastinv, then change it back to 0 afterwards..
But it would always work that way with fastswitch 0.
*edit* did a quick test, and this should work the way you want...
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->// client side lastinv -- romano // replace 1,2,3,4 with your binds for slot1,2,3,4 respectively // repace q with your bind for lastinv // for lastinv 0 switching silly people like Lt. Hendrickson
alias kk1 "kk1a" alias kk2 "kk2a" alias kk3 "kk3a" alias kk4 "kk4a" alias kklastinv "kk1a"
alias kk1a "kkslot1" alias kk1b "kkslot1; alias kklastinv kk2a" alias kk1c "kkslot1; alias kklastinv kk3a" alias kk1d "kkslot1; alias kklastinv kk4a" alias kkslot1 "slot1; alias kk1 kk1a; alias kk2 kk2a; alias kk3 kk3a; alias kk4 kk4a"
alias kk2a "kkslot2; alias kklastinv kk1b" alias kk2b "kkslot2" alias kk2c "kkslot2; alias kklastinv kk3b" alias kk2d "kkslot2; alias kklastinv kk4b" alias kkslot2 "slot2; alias kk1 kk1b; alias kk2 kk2b; alias kk3 kk3b; alias kk4 kk4b"
alias kk3a "kkslot3; alias kklastinv kk1c" alias kk3b "kkslot3; alias kklastinv kk2c" alias kk3c "kkslot3" alias kk3d "kkslot3; alias kklastinv kk4c" alias kkslot3 "slot3; alias kk1 kk1c; alias kk2 kk2c; alias kk3 kk3c; alias kk4 kk4c"
alias kk4a "kkslot4; alias kklastinv kk1d" alias kk4b "kkslot4; alias kklastinv kk2d" alias kk4c "kkslot4; alias kklastinv kk3d" alias kk4d "kkslot4" alias kkslot4 "slot4; alias kk1 kk1d; alias kk2 kk2d; alias kk3 kk3d; alias kk4 kk4d"
//replace 1,2,3,4 and q here bind 1 "kk1" bind 2 "kk2" bind 3 "kk3" bind 4 "kk4"
Comments
// replace 1,2,3,4 with your binds for slot1,2,3,4 respectively
// repace q with your bind for lastinv
bind 1 "kk1a"
bind 2 "kk2a"
bind 3 "kk3a"
bind 4 "kk4a"
alias kk1a "kkslot1"
alias kk1b "kkslot1; bind q kk2a"
alias kk1c "kkslot1; bind q kk3a"
alias kk1d "kkslot1; bind q kk4a"
alias kkslot1 "slot1; bind 1 kk1a; bind 2 kk2a; bind 3 kk3a; bind 4 kk4a"
alias kk2a "kkslot2; bind q kk1b"
alias kk2b "kkslot2"
alias kk2c "kkslot2; bind q kk3b"
alias kk2d "kkslot2; bind q kk4b"
alias kkslot2 "slot2; bind 1 kk1b; bind 2 kk2b; bind 3 kk3b; bind 4 kk4b"
alias kk3a "kkslot3; bind q kk1c"
alias kk3b "kkslot3; bind q kk2c"
alias kk3c "kkslot3"
alias kk3d "kkslot3; bind q kk4c"
alias kkslot3 "slot3; bind 1 kk1c; bind 2 kk2c; bind 3 kk3c; bind 4 kk4c"
alias kk4a "kkslot4; bind q kk1d"
alias kk4b "kkslot4; bind q kk2d"
alias kk4c "kkslot4; bind q kk3d"
alias kk4d "kkslot4"
alias kkslot4 "slot4; bind 1 kk1d; bind 2 kk2d; bind 3 kk3d; bind 4 kk4d"
Woooo! We finaly get the Clientsi<b>z</b>e lastinv !!!
So how does this system work? Taller client = faster lastinv? <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html//emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo-->
J/K
This will be a good improvement in b5.
hey that rhymed!
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->but scripts are the devil!<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
woo, thats true...
No not at all <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
No not at all <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo--> <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
*thinks*
ooh, your right...
<!--emo&::nerdy::--><img src='http://www.unknownworlds.com/forums/html//emoticons/nerd.gif' border='0' style='vertical-align:middle' alt='nerd.gif' /><!--endemo-->
CS Buy scripts--> no hax. used only for laggy servers that cant display menus properly.
n. pl. i·ro·nies
1.
1. The use of words to express something different from and often opposite to their literal meaning.
www.dictionary.com - you should really check it up.
You can use my version if you're having trouble <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html//emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo-->
And CaM, what it basically does is rebind q, 1, 2, 3, and 4 whenever you use any of these to change weapons. The way it is set up, the result emulates the lastinv function, the purpose being to make use of the functionality of lastinv client-side; the normal lastinv command uses a variable stored on the server, which of course means that it is delayed by ping.
iirc using weapon_ toggles should bypass fastswitch, so the script could be rewritten to use those.. or.. add hud_fastswitch 1 at the beginning of kklastinv, then change it back to 0 afterwards..
But it would always work that way with fastswitch 0.
*edit* did a quick test, and this should work the way you want...
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->// client side lastinv -- romano
// replace 1,2,3,4 with your binds for slot1,2,3,4 respectively
// repace q with your bind for lastinv
// for lastinv 0 switching silly people like Lt. Hendrickson
alias kk1 "kk1a"
alias kk2 "kk2a"
alias kk3 "kk3a"
alias kk4 "kk4a"
alias kklastinv "kk1a"
alias kk1a "kkslot1"
alias kk1b "kkslot1; alias kklastinv kk2a"
alias kk1c "kkslot1; alias kklastinv kk3a"
alias kk1d "kkslot1; alias kklastinv kk4a"
alias kkslot1 "slot1; alias kk1 kk1a; alias kk2 kk2a; alias kk3 kk3a; alias kk4 kk4a"
alias kk2a "kkslot2; alias kklastinv kk1b"
alias kk2b "kkslot2"
alias kk2c "kkslot2; alias kklastinv kk3b"
alias kk2d "kkslot2; alias kklastinv kk4b"
alias kkslot2 "slot2; alias kk1 kk1b; alias kk2 kk2b; alias kk3 kk3b; alias kk4 kk4b"
alias kk3a "kkslot3; alias kklastinv kk1c"
alias kk3b "kkslot3; alias kklastinv kk2c"
alias kk3c "kkslot3"
alias kk3d "kkslot3; alias kklastinv kk4c"
alias kkslot3 "slot3; alias kk1 kk1c; alias kk2 kk2c; alias kk3 kk3c; alias kk4 kk4c"
alias kk4a "kkslot4; alias kklastinv kk1d"
alias kk4b "kkslot4; alias kklastinv kk2d"
alias kk4c "kkslot4; alias kklastinv kk3d"
alias kk4d "kkslot4"
alias kkslot4 "slot4; alias kk1 kk1d; alias kk2 kk2d; alias kk3 kk3d; alias kk4 kk4d"
//replace 1,2,3,4 and q here
bind 1 "kk1"
bind 2 "kk2"
bind 3 "kk3"
bind 4 "kk4"
bind q "hud_fastswitch 1; kklastinv; hud_fastswitch 0"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->