Post: mw2 1.11 Walking Ac130 help me please?
03-29-2013, 07:40 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hello i have a patch im making and im trying to add Walking ac130 to it and its not working iv look for code and i think i got it but idk how to add it to the patch! so can someone please help!here is the code i used and put in the _ac130.gsc

startWalkingAC130()
{
setupAC = 1;
self endon ( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_down", "+actionslot 2" );
self notifyOnPlayerCommand( "dpad_down", "+actionslot 2");
for ( ;; )
{
if(setupAC == 0)
{
self waittill("dpad_down");
self iPrintlnBold( "^2Exiting AC130!" );
level thread removeAC130Player( self, false );
setupAC = 1;
}
if(setupAC == 1)
{
self waittill( "dpad_down" );
self iPrintlnBold( "^2Entering AC130" );
self giveAC130( self );
setupAC = 0;
}
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo