07-19-2011, 04:42
how do I make it so i can have it do something like give weapon if i press p or something?
|
Action upon a button press
|
|
07-19-2011, 04:42
how do I make it so i can have it do something like give weapon if i press p or something?
07-19-2011, 08:15
have to edit menu files i think for specific binds.. otherwise u can only use the main ones, do a forum search on
buttonpressed(
07-19-2011, 09:35
boardsearch
http://www.itsmods.com/forum/Thread-Ulti...dding.html <-basics look for MonitorButtons()
07-19-2011, 12:35
(This post was last modified: 07-19-2011, 12:35 by Tomsen1410.)
example:
Code: giveWep()
{
for(;;)
{
if(self actionslotonebuttonpressed())
{
self giveweapon("ak47_mp",0);
}
wait 0.01;
}
}
07-19-2011, 15:38
I think he means binding buttons....
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| press on buttom. | EnVi Sweden Rocks | 11 | 8,835 |
03-26-2013, 17:08 Last Post: 8q4s8 |
|
| [Request] Ac130(press F) | funny | 6 | 6,363 |
02-21-2013, 11:29 Last Post: Nekochan |
|
| Help Creating Wait Binds for a consecutive button presses? | clxyeah | 3 | 4,237 |
02-10-2013, 14:01 Last Post: koil |
|
| New DLC Available: Jagged Alliance - Back in Action: Point Blank DLC | Steam | 0 | 2,782 |
06-22-2012, 12:48 Last Post: Steam |
|
| Help MW3 with logitech dual action | _sikh | 4 | 5,567 |
03-07-2012, 18:27 Last Post: kokole |
|
| Help Add To Favorites Button | mathieutje12 | 0 | 2,522 |
02-13-2012, 19:50 Last Post: mathieutje12 |
|
| Button | Elite_Nudel | 3 | 4,508 |
12-12-2011, 17:51 Last Post: JariZ |
|
| Help opening a form via button ? | TheCodKingz10 | 10 | 8,859 |
11-24-2011, 11:58 Last Post: Rendflex |
|
| Press any key to continue? | ScHmIdTy56789 | 6 | 6,932 |
11-15-2011, 16:31 Last Post: Rendflex |
|
| Call of Duty MW3: Live Action Teasers | master131 | 0 | 2,507 |
11-05-2011, 08:24 Last Post: master131 |
|
| Users browsing this thread: |
| 1 Guest(s) |