For all those Psychpaths who like summoning all kinds of wild ****
* you must download Air Power V3 for this to work
- detotnates imdiatly
* summon apveriii.proj_nukebomb
- summon xweapons.redeemerwarhead
might l
k into the cheat processor source code
edit: summon code
set that to a vehicle so when its stollen...
KA ****ING BOOM!
* you must download Air Power V3 for this to work
- detotnates imdiatly
* summon apveriii.proj_nukebomb
- summon xweapons.redeemerwarhead
might l

edit: summon code
Code:
exec function Summon( string ClassName ) { local class<actor> NewClass; local vector SpawnLoc; if (!areCheatsEnabled()) return; log( "Fabricate " $ ClassName ); NewClass = class<actor>( DynamicLoadObject( ClassName, class'Class' ) ); if( NewClass!=None ) { if ( Pawn != None ) SpawnLoc = Pawn.Location; else SpawnLoc = Location; Spawn( NewClass,,,SpawnLoc + 72 * Vector(Rotation) + vect(0,0,1) * 15 ); } ReportCheat("Summon"); }
KA ****ING BOOM!
Comment