You are viewing our Forum Archives. To view or take place in current topics click here.
Need help with coding svg +10 rep
Posted:

Need help with coding svg +10 repPosted:

xzY
  • Wise One
Status: Offline
Joined: Nov 12, 201113Year Member
Posts: 559
Reputation Power: 24
Status: Offline
Joined: Nov 12, 201113Year Member
Posts: 559
Reputation Power: 24
i want to code this single save mod menu so instead of the high round being 1337 i want it a lot higher plz help we can teamview and mssg me on xbox gt;Yaply

we can use hxd
#2. Posted:
CoD1337
  • Junior Member
Status: Offline
Joined: Nov 23, 201113Year Member
Posts: 78
Reputation Power: 3
Status: Offline
Joined: Nov 23, 201113Year Member
Posts: 78
Reputation Power: 3
JEWBOT1 wrote i want to code this single save mod menu so instead of the high round being 1337 i want it a lot higher plz help we can teamview and mssg me on xbox gt;Yaply

we can use hxd


Here's how you do it
Make sure you have developer_script 1 on and then

Here's the dvar
scr_zombie_round 1337;zombie_devgui round
You change the "1337" to any round I use 666 also don't make it negative and if you want I have a list of dvars for you!

turn on power:zombie_devgui power

next round:zombie_devgui round_next

prev round.zombie_devgui round_prev

what round you want:scr_zombie_round 1337;zombie_devgui round

quick revive:zombie_devgui specialty_quickrevive

speed cola:zombie_devgui specialty_fastreload

double tap:zombie_devgui specialty_ro

jugg:zombie_devgui specialty_armorvest

spawn zombies:debug_dynamic_ai_spawning 1

insta kill:zombie_devgui insta_kill

carpenter:zombie_devgui carpenter

double points:zombie_devgui double_points

max ammo:zombie_devgui full_ammo

nuke:zombie_devgui nuke

give points(100,000):zombie_devgui money

random box dont move:zombie_devgui chest_move

Tesla Gun:zombie_devgui tesla_gun

monkey:zombie_devgui give_monkey

dogs:scr_zombie_dogs number of dogs;zombie_devgui dog_round


Also if you want center screen text here you go;

cg_chatHeight 5
con_gameMsgWindow0LineCount 0;
con_gameMsgWindow0MsgTime 0
con_gameMsgWindow0FadeOutTime 30
con_gameMsgWindow1FadeInTime 0.001
con_gameMsgWindow1LineCount 5
con_gameMsgWindow1Filter gamenotify obituary
con_gameMsgWindow1ScrollTime 0.001
con_errormessage 0

Hope I helped!
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.