You are viewing our Forum Archives. To view or take place in current topics click here.
Support needed | CoD4 Binding fast_restart;
Posted:

Support needed | CoD4 Binding fast_restart;Posted:

TCPIP
  • Powerhouse
Status: Offline
Joined: Jan 27, 201113Year Member
Posts: 417
Reputation Power: 19
Status: Offline
Joined: Jan 27, 201113Year Member
Posts: 417
Reputation Power: 19
I am using force host and fast restart online on Call of Duty 4, but I am having trouble binding the fast restart

This is a shortened version of what I am using. It works fine in split screen but when I am host of a private or online game it does not work. Can someone tell me why?

doBinds()
{
self setClientDvar( "ui_mapname", "mp_shipment; vstr ;bind DPAD_RIGHT fast_restart" );
}
#2. Posted:
battlefeld
  • Challenger
Status: Offline
Joined: Jan 02, 201311Year Member
Posts: 139
Reputation Power: 6
Status: Offline
Joined: Jan 02, 201311Year Member
Posts: 139
Reputation Power: 6
Post in jtag game modding place you well get more help
#3. Posted:
TCPIP
  • Powerhouse
Status: Offline
Joined: Jan 27, 201113Year Member
Posts: 417
Reputation Power: 19
Status: Offline
Joined: Jan 27, 201113Year Member
Posts: 417
Reputation Power: 19
battlefeld wrote Post in jtag game modding place you well get more help


I would but that would be posting in the wrong section
#4. Posted:
Groovy-
  • Challenger
Status: Offline
Joined: May 01, 201113Year Member
Posts: 145
Reputation Power: 18
Status: Offline
Joined: May 01, 201113Year Member
Posts: 145
Reputation Power: 18
It should be the following as dpad buttons must first be bound to a apad. So just walk forward and press right.

doBinds()
{
self setClientDvar( "ui_mapname", "mp_shipment;bind apad_up bind dpad_right fast_restart" );
}
#5. Posted:
TCPIP
  • Powerhouse
Status: Offline
Joined: Jan 27, 201113Year Member
Posts: 417
Reputation Power: 19
Status: Offline
Joined: Jan 27, 201113Year Member
Posts: 417
Reputation Power: 19
Groovy- wrote It should be the following as dpad buttons must first be bound to a apad. So just walk forward and press right.

doBinds()
{
self setClientDvar( "ui_mapname", "mp_shipment;bind apad_up bind dpad_right fast_restart" );
}


Fantastic! It's nice to finally find someone that knows what they're talking about!
+rep for you buddy!
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.