Post: Some stuff I found/finding!
06-06-2010, 06:25 AM #1
TheSpoken
Questions are answered.
(adsbygoogle = window.adsbygoogle || []).push({}); RED means changed.
GREEN means its a note.

AC130
    level.physicsSphereRadius[ "ac130_25mm_mp" ] = [COLOR="Red"]120[/COLOR];
level.physicsSphereRadius[ "ac130_40mm_mp" ] = [COLOR="Red"]1200[/COLOR];
level.physicsSphereRadius[ "ac130_105mm_mp" ] = [COLOR="Red"]2000[/COLOR];
[COLOR="Green"]## ^ I changed so the ammo is bigger, I believe[/COLOR]
level.physicsSphereForce[ "ac130_25mm_mp" ] = 0;
level.physicsSphereForce[ "ac130_40mm_mp" ] = 3.0;
level.physicsSphereForce[ "ac130_105mm_mp" ] = 6.0;

level.weaponReloadTime[ "ac130_25mm_mp" ] = [COLOR="Red"]0.1[/COLOR];
level.weaponReloadTime[ "ac130_40mm_mp" ] = [COLOR="red"]0.1[/COLOR];
level.weaponReloadTime[ "ac130_105mm_mp" ] = [COLOR="red"]0.1[/COLOR];
[COLOR="Green"]## I'm not too sure if the variable is needed to be at least a millisecond, but now the reload is very fast.[/COLOR]
level.ac130_Speed[ "move" ] = 250;
level.ac130_Speed[ "rotate" ] = 70;

.........FURTHERDOWN.......

level.ac130.planeModel.maxhealth = [COLOR="Red"]9999[/COLOR];
[COLOR="Green"]##Who isn't pissed if they get it shot down[/COLOR]

.........FURTHERDOWN.......

player _giveWeapon("ac130_105mm_mp");
player _giveWeapon("ac130_40mm_mp");
player _giveWeapon("ac130_25mm_mp");
player SwitchToWeapon("ac130_105mm_mp");
[COLOR="Green"]##I need someone to edit these to add on to it :}[/COLOR]



Other
    
if ( self isEMPed() || self isNuked() )
{
return ( "[COLOR="Red"]true[/COLOR]" );


Have fun, and just to let you know, I will be giving away my findings on this topic :} Since I cannot get HDD Studio 2.08, I will give very minimal unless someone gives me 2.08, all I have is like the version 1 or some shit, and its pretty much obsolete compared to 2.08 >.<

Thanks, and have a good day or night =D
(adsbygoogle = window.adsbygoogle || []).push({});
06-06-2010, 09:59 AM #11
Good Work. ===)
06-06-2010, 10:12 AM #12
-SilverSurfer-
Bounty hunter
nice but where do i put the codee??
06-06-2010, 10:40 AM #13
GUESS_HU
< ^ > < ^ >
where did u find these commands ive got a whole command list and non of these give weapon and level are on there
06-06-2010, 01:36 PM #14
Originally posted by slickricky123 View Post
where did u find these commands ive got a whole command list and non of these give weapon and level are on there

From Xbox C++ Writing, and or he wrote them himself, all you need to know is the C++ Language

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo