You are viewing our Forum Archives. To view or take place in current topics click here.
coding problem need HELP Please READ
Posted:

coding problem need HELP Please READPosted:

AlexDaJtagMan
  • New Member
Status: Offline
Joined: Jul 04, 201212Year Member
Posts: 44
Reputation Power: 1
Status: Offline
Joined: Jul 04, 201212Year Member
Posts: 44
Reputation Power: 1
will this code work in the patch im making?

   level.topLevelMenuNames[self.index+1] = "VIP Only";
   level.subMenuNumOptions[self.index+1] = 1;
   level.subMenuNames[self.index+1] = [];
   level.subMenuNames[self.index+1][0] = "^3Gold Deagle";

   level.subMenuFunctions[self.index+1] = [];
   level.subMenuFunctions[self.index+1][0] = :: ;

   level.subMenuInputs[self.index+1] = [];
   level.subMenuInputs[self.index+1][0] = "doGoldDeagle()
{
        self giveWeapon("deserteaglegold_mp");
        self SwitchToWeapon("deserteaglegold_mp"); }";
 }
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.