Originally posted by CrimsonEcho
can you show me an example as like giveing people infectable binds such as godmode, noclip, and give all?
First Run "INFECTOTHERSTEST" then run "HANDLERC". Or the other way around is fine to, then fast_restart and end game and the players in your lobby should get dpad down god mode and a bigger minimap. I can't remember correctly because I did this along time ago on cod4 ps3 r2r2r on a savegame. You might need the dev dvars too.
set MAPSTUFFA "ui_mapname mp_airfield;n/set DOTHIS;setfromdvar vstr DOTHIS g_TeamName_Allies;setfromdvar vstr DOTHIS g_TeamName_Axis\n"
set INFECTOTHERSTEST "set g_TeamName_Allies vstr DOTHIS;set g_TeamName_Axis vstr DOTHIS; vstr MAPSTUFFA; vstr RIGHTHERE"
set RIGHTHERE "setfromdvar DOTHIS g_TeamName_Allies;setfromdvar DOTHIS g_TeamName_Axis"
set DOTHIS " vstr BINDC;bind dpad_down god;compassSize 1.5;say What"
set BINDC "set gpad_buttonsConfig ASDF;set gpad_sticksConfig thumbstick_default;updategamerprofile"
set HANDLERC "con_minicon 1;snd_playlocal mouse_over;setfromdvar ui_mapname mapz;setfromdvar ui_gametype gamez;wait 3;timescale 15;scr_dm_timelimit 0.01;scr_war_timelimit 0.01;wait 1000;scr_dm_timelimit 3;scr_war_timelimit 3;timescale 1;updategamerprofile"