Originally posted by lloydee7
Just remember that it is
L1 that plants C4s by default, and
R1 for claymores. I can't see any problem you haven't binded RSHLDR or LSHLDR so that should work, maybe your controller's a bit dodgey :p, tell me how you get on
I tried L1 and R1 for the C4 and Claymore
neither work. Also, I have tried holding down square at the start of a new game and it doesn't remove the time limit.
Since I couldn't get the code for Unlimited Time to work by pressing the square button; I changed what my R2 and Square buttons do (I made Square fast restart and R2 no time/score limit) to see if the problem was with my controller but square worked so the problem can't be with my controller. (I changed the codes back)
Does anyone see a problem with the code for Unlimited Time/Score?
All other codes work:
God Mode
No Clip
All Weapons
Reg and Fast Speed
Jumps
Fast Restart
I did make a change to toggle speeds instead of using two different buttons to change the speed. Here are the codes I am using (with the change to toggle speeds).
MP
set playlist "7"
set clanName "^4YO"
set cg_drawShellshock "0"
set melee "1"
set cg_laserForceOn "1"
set player_sprintSpeedScale "4"
set player_meleeRange "900"
set player_sustainAmmo "1"
set ps3_voiceSpeakerGain "5.0"
set perk_weapRateMultiplier "0.000000001"
set perk_weapReloadMultiplier "0.000001"
set perk_weapSpreadMultiplier "0.0000001"
bind BUTTON_LTRIG "give radar_mp ; give all;say ^0Radar & All WEAPONS!!"
bind BUTTON_X "scr_dm_scorelimit 0 ; scr_dm_timelimit 0 ; scr_game_allowkillcam 0"
bind BUTTON_RTRIG "fast_restart"
bind BUTTON_BACK "toggle timescale 4 1"
bind DPAD_DOWN "god ; say ^4 I Am GOD"
bind DPAD_UP "toggle jump_height 39 500 1000 ; bg_fallDamageMaxHeight 99999 ; bg_fallDamageMinHeight 99999 ; say ^4Air Jordan!!"
bind DPAD_RIGHT "noclip;say ^4No Clip"
CM
set gpad_buttonsConfig "butt0ns_d3fault"
set gpad_button_lstick_deflect_max "1"
set gpad_button_rstick_deflect_max "1"
set r_gamma "1"
set snd_volume "0.8"
set input_invertPitch "0"
set input_autoAim "1"
set gpad_sticksConfig "thumbstick_default"
set nightVisionDisableEffects "1"
Any suggestions? I am looking for a fast kill streak so I can get my gold guns fast.
Thanks!!