Originally posted by 17bharnly
Hello i am having trouble with a mod menu i made i have made it from scratch with notpad++. I will put the code in here. Can someone check it and see if its correct. Also I would like to know how to convert it in order to use it. If anyone knows id like to know thanks.
----------------------------------------------------------------------------------------------------------------------------------------------------
the code is below
----------------------------------------------------------------------------------------------------------------------------------------------------
<menu>
<title>The Mod Menu</title>
<item>
<menu>
<title>Main Modz</title>
<item>
<name>God Mode</name>
<cmd>scr_player_maxhealth 100000000<cmd></cmd>
</item>
</menu>
</item>
<item>
<menu>
<title>Aim Menu</title>
<item>
<name>Estate</name>
<cmd>map mp_estate</cmd>
</item>
<item>
<name>Auto Aim</name>
<cmd>aim_autoaim_enable 1</cmd>
</item>
</menu>
</item>
<item>
<menu>
<title>Clan_Tag Menu<title>
<item>
<name>{JSE}</name>
<cmd>set clanname {JSE}</cmd>
</item>
</menu>
</item>
<item>
<menu>
<title>Other Fun Stuff</title>
<item>
<name>Level 70</name>
<cmd>setplayerdata "experience" 2516000</cmd>
</item>
</menu>
</item>
</menu>
----------------------------------------------------------------------------------------------------------------------------------------------------
Thanks if anyone can help
Thread has been moved to Black Ops 2 Mods Questions.