Author Topic: script maxpackets modify  (Read 1683 times)

sense

  • (Archive)Forum Member
  • *
  • Posts (Archive): -
script maxpackets modify
« on: March 12, 2012, 00:29:06 AM »
set maxpackets1 "cl_maxpackets 33; set maxpackets vstr maxpackets2; echo Maxpackets ^0[^133^0]"

set maxpackets2 "cl_maxpackets 63; set maxpackets vstr maxpackets3; echo Maxpackets ^0[^163^0]"

set maxpackets3 "cl_maxpackets 73; set maxpackets vstr maxpackets4; echo Maxpackets ^0[^173^0]"

set maxpackets4 "cl_maxpackets 83; set maxpackets vstr maxpackets5; echo Maxpackets ^0[^183^0]"

set maxpackets5 "cl_maxpackets 102; set maxpackets vstr maxpackets6; echo Maxpackets ^0[^1102^0]"


set maxpackets6 "cl_maxpackets 124; set maxpackets vstr maxpackets1; echo Maxpackets ^0[^1124^0]"

set maxpackets "vstr maxpackets1"
bind 7 "vstr maxpackets"