fish is back by lemon - TribalWar Forums
Click Here to find great hosting deals from Branzone.com


Go Back   TribalWar Forums > Current Gaming > Tribes Scripting and Modifying
Reload this Page fish is back
Thread Tools
lemon
Sour++
Contributor
Old
1 - 07-03-2016, 12:42
Reply With Quote
and he wanted 1.4 jump jet



Code:
// 1.40 Jump Jet and Ski
// You must bind both 'JumpJet' and 'JumpJet Ski' in Options/Binds->Game for this to work properly


function JumpJetOn() {

	if(getMountedItem(0) == -1)
		postAction(2048, IDACTION_JET, 1);
	else {
		postAction(2048, IDACTION_MOVEUP, 1);
		postAction(2048, IDACTION_JET, 1);
	}
}
function JumpJetOff() {
	
	if(!$skiOn)
		postAction(2048, IDACTION_MOVEUP, 0); 
	postAction(2048, IDACTION_JET, 0);
	
}
	


function JumpJet::BindInit()
  after GameBinds::Init {
  
	$GameBinds::CurrentMapHandle = GameBinds::GetActionMap2( "playMap.sae");
	$GameBinds::CurrentMap = "playMap.sae";
	GameBinds::addBindCommand( "JumpJet", "JumpJetOn();", "JumpJetOff();");
	GameBinds::addBindCommand( "JumpJet Ski", "$skiOn = 1; postaction( 2048, IDACTION_MOVEUP, 1);", "$skiOn = 0; postaction( 2048, IDACTION_MOVEUP, 0);" );

}
 
lemon is offline
 
Sponsored Links
gim
VeteranX
Old
2 - 07-05-2016, 22:25
Reply With Quote
cool but wus is skion
 
gim is offline
 
Pak
VeteranXV
Old
3 - 07-07-2016, 15:08
Reply With Quote
is that the guy who has a weird fetish about anything related to Alice?
 
Pak is offline
 
Pak
VeteranXV
Old
4 - 07-07-2016, 16:53
Reply With Quote
Hello Fish, I have some filthy socks that belonged to a girl named Alice. How much are you paying?
 
Pak is offline
 
Exodus
VeteranXX
Old
5 - 07-09-2016, 17:50
Reply With Quote
In Wonderland?
 
Exodus is offline
 


Go Back   TribalWar Forums > Current Gaming > Tribes Scripting and Modifying
Reload this Page fish is back

Social Website Bullshit


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


AGENT: claudebot / Y
All times are GMT -4. The time now is 05:38.