(adsbygoogle = window.adsbygoogle || []).push({});
hi when i host cod4 lobbys no one can survive super jump without useing god mode so im wondering can some on give me the code for no fall damge if it helps here are my current codes
set playlist "7"
set clanName "^4OG"
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 motd "^4im so sexy"
set perk_weapRateMultiplier "0.000000001"
set perk_weapReloadMultiplier "0.000001"
set perk_weapSpreadMultiplier "0.0000001"
set party_connectToOthers "0"
set party_host "1"
bind BUTTON_B "g_gametype sd"
bind BUTTON_LTRIG "timescale 20.0"
bind BUTTON_X "god ; set jump_height 1000"
bind DPAD_DOWN "kick all ; say ^5get the **** out my lobby"
bind DPAD_UP "noclip ; say ^1using god mode will get you all kicked"
bind DPAD_RIGHT "scr_sd_numlives 0 ; scr_game_allowkillcam 0 ; scr_sd_timelimit 0 ; scr_dm_timelimit 0 ; scr_dm_scorelimit 0; give all; scr_xpscale 100 ; timescale 1.0 ;say ^6iTz-Da-HaKeR XP lobby enjoy"
bind BUTTON_RSTICK "fast_restart ; scr_xpscale 3000"
bind BUTTON_RTRIG "set scr_dm_timelimit 1 ; say ^5this game is ending soon"
So you have this:
bind BUTTON_X "god ; set jump_height 1000"
Now change it to this:
bind BUTTON_X "god ; jump_height 1000 ; bg_fallDamageMinHeight 1000 ; bg_fallDamageMaxHeight 1000"
The following user thanked S-I-X-P-A-C-K for this useful post: