Post: How To Change The Direction?
09-20-2011, 02:26 PM #1
LightModz
League Champion
(adsbygoogle = window.adsbygoogle || []).push({}); thanks:rolleyes:



Also i might aswel ask another question.
ive been trying to change the walking code for a while now so i can change to the 40_mm,25_mm,105_mm.
it worked but i couldnt turn it off >.< and me being an idiot i didnt save it =[
so i tryied to replace the ac130_105mm_mp with ac130_40mm_mp and it didnt change what so ever. it still had ac130_105mm_mp :[
    
iWalkAC()
{
self endon("disconnect");
self endon("death");
self.ACMode=false;
self.weapTemp="";
self thread dAC130();
for(;Winky Winky
{
if(self.ACMode)
{
if(self.weapTemp=="")self.weapTemp=self getCurrentWeapon();
self giveWeapon("ac130_105mm_mp",0,false);
while(self getCurrentWeapon()!="ac130_105mm_mp")
{
self switchToWeapon("ac130_105mm_mp");
wait 0.05;
}
}
else if(self.weapTemp!="")
{
self takeWeapon("ac130_105mm_mp");
self switchToWeapon(self.weapTemp);
self.weapTemp="";
}
wait 0.05;
}
}
dAC130()
{
for(;Winky Winky
{
self waittill("death");
self takeWeapon("ac130_105mm_mp");
self.ACMode=false;
}
}
tAC130()
{
if(self.IsVIP)
{
if(self getCurrentWeapon()!="ac130_105mm_mp")
{
self.ACMode=true;
self thread ccTXT("On");
}
else
{
self thread ccTXT("Off");
self.ACMode=false;
}
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
09-20-2011, 03:16 PM #2
247Yamato
< ^ > < ^ >
MagicBullet("ac130_25mm_mp",point where it starts,point where it goes,self);

The following user thanked 247Yamato for this useful post:

LightModz
09-20-2011, 06:33 PM #3
LightModz
League Champion
Originally posted by 247Yamato View Post
MagicBullet("ac130_25mm_mp",point where it starts,point where it goes,self);

ok i think i understand. so how do i make it go like side ways? :/
09-21-2011, 12:24 PM #4
247Yamato
< ^ > < ^ >
To your right or left?

The following user thanked 247Yamato for this useful post:

LightModz
09-21-2011, 01:58 PM #5
LightModz
League Champion
Originally posted by 247Yamato View Post
To your right or left?

dont worry mate ive done it perfectly now thanks to you<3 thanks <3
09-23-2011, 07:51 PM #6
Question Answered.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo