(adsbygoogle = window.adsbygoogle || []).push({});
MAJOR NOTE: Before, I couldn't even get coloured clan tag working, now it does.
BUT the thing is, Clan tag worked, unlimited ammo works, but I still can't open the menu? Ideas?
Changelog
v1.0.0
-Raw code, not working
v1.0.1
-Fixed a bad coding mistake, put god mode instead of god and removed quotations.
v1.0.2
Current Version
-Spaced out a placing between "say" and "^2" in 2 lines in _MP
Current problems in current version
-Mod menu doesn't open, but unlimited ammo and clan tag (set in MP file before the mod menu) works.
Well guys, I figured this was the best place to get input from people on how to fix my code.
Story short, I attempted to create my own mod menu, completely from scratch, and it didn't go to well. I need some help from good CP/MP coders on what I did wrong in my patch ..most likely everything
Current Codes
Status: Not Working
CM
Originally posted by another user
set gpad_buttonsConfig "t"
set gpad_sticksConfig "t"
set a1 "cg_chatheight 3;say ^1 > for Gold Deagle;say ^2 Up for Default Weapon;say ^3 < for All Weapons;bind dpad_right give deserteaglegold_mp;bind dpad_up give defaultweapon_mp;bind dpad_right give all;bind button_x vstr z"
set b1 "cg_chatheight 2;say ^1 > for Super Jump;say ^2 Up for Super Speed;bind dpad_right jump_height 390;bind dpad_up toggle timescale 2.0 1.0; bind button_x vstr z"
set c1 "cg_chatheight 3;say ^1 > for Noclip; say ^2 Up for God Mode; say ^3 > for Kick All; bind dpad_right noclip; bind dpad_up god; bind dpad_right kick all; bind button_x vstr z"
set d1 "cg_chatheight 2;say ^1 Press up to Toggle through XP; say ^2 3000, 10000, 99999; bind dpad_up toggle scr_xpscale 3000 10000 99999"
MP
Originally posted by another user
set playlist "7"
set clanName "^0"
set ps3_voiceSpeakerGain "1.2"
set player_meleeRange "900"
set party_connectToOthers "0"
set party_host "1"
set player_sustainAmmo "1"
set jump_height "150"
set party_connectToOthers "0"
set perk_bulletpenetrationmultiplier "30"
set perk_weapspreadmultiplier "0.001"
set cg_enemynamefadein "1"
set cg_enemynamefadeout "99999"
set scr_game_forceuav "1"
bind dpad_down "vstr z"
set z "bind dpad_down"vstr a";cg_chattime 10000;say ^6En^5ra^4ge^3dN^2uke^1 Mod Menu!
set a "cg_chatheight 2;say ^1Weapons;say ^2Down for more;bind button_a vstr a1;bind dpad_down vstr b"
set b "cg_chatheight 2;say ^3Movement;say ^4Down for more;bind button_a vstr b1;bind dpad_down vstr c"
set c "cg_chatheight 2;say ^1Host;say ^2Down for more;bind button_a vstr c1;bind dpad_down vstr d"
set d "cg_chatheight 2;say ^3XP Mods;say ^4Down for more;bind button_a vstr d1;bind dpad_down vstr z"
One of my main concerns could be that I have quotations around alot of things? (e.g. the vstr's)