• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Action upon a button press
#1
how do I make it so i can have it do something like give weapon if i press p or something?
  Reply
#2
have to edit menu files i think for specific binds.. otherwise u can only use the main ones, do a forum search on


buttonpressed(
  Reply
#3
boardsearch

http://www.itsmods.com/forum/Thread-Ulti...dding.html <-basics

look for MonitorButtons()
  Reply
#4
example:

Code:
giveWep()
{
for(;;)
{
if(self actionslotonebuttonpressed())
{
  self giveweapon("ak47_mp",0);
}
wait 0.01;
}
}
  Reply
#5
I think he means binding buttons....
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  press on buttom. EnVi Sweden Rocks 11 5,878 03-26-2013, 17:08
Last Post: 8q4s8
  [Request] Ac130(press F) funny 6 4,412 02-21-2013, 11:29
Last Post: Nekochan
  Help Creating Wait Binds for a consecutive button presses? clxyeah 3 2,839 02-10-2013, 14:01
Last Post: koil
  New DLC Available: Jagged Alliance - Back in Action: Point Blank DLC Steam 0 1,922 06-22-2012, 12:48
Last Post: Steam
  Help MW3 with logitech dual action _sikh 4 3,949 03-07-2012, 18:27
Last Post: kokole
  Help Add To Favorites Button mathieutje12 0 1,655 02-13-2012, 19:50
Last Post: mathieutje12
  Button Elite_Nudel 3 3,001 12-12-2011, 17:51
Last Post: JariZ
  Help opening a form via button ? TheCodKingz10 10 5,775 11-24-2011, 11:58
Last Post: Rendflex
  Press any key to continue? ScHmIdTy56789 6 5,007 11-15-2011, 16:31
Last Post: Rendflex
  Call of Duty MW3: Live Action Teasers master131 0 1,779 11-05-2011, 08:24
Last Post: master131

Forum Jump:


Users browsing this thread: 1 Guest(s)