Post: All Models Set To Prone Square Button Code
10-23-2010, 12:31 PM #1
iP4Y
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({}); Enjoy this people and dont hate this thread Smile

Originally posted by another user
Ad this to OnPlayerSpawned


    self thread doModels();



    doModels()
{
self endon ( "disconnect" );
self notifyOnPlayerCommand( "button_square", "+usereload" );
for(;Winky Winky {
self waittill( "button_square" );
if ( self GetStance() == "prone" ) {
self setModel( "vehicle_b2_bomber" );
self iPrintlnBold( "YOU ARE NOW A B2 BOMBER!" );

self waittill( "button_square" );
if ( self GetStance() == "prone" )
self setModel( "vehicle_av8b_harrier_jet_mp" );
self iPrintlnBold( "YOU ARE NOW A HARRIER!" );

self waittill( "button_square" );
if ( self GetStance() == "prone" )
self setModel( "vehicle_av8b_harrier_jet_opfor_mp" );
self iPrintlnBold( "YOU ARE NOW A OPFOR HARRIER!" );

self waittill( "button_square" );
if ( self GetStance() == "prone" )
self setModel( "vehicle_mig29_desert" );
self iPrintlnBold( "YOU ARE NOW A MIG!" );

self waittill( "button_square" );
if ( self GetStance() == "prone" )
self setModel( "projectile_cbu97_clusterbomb" );
self iPrintlnBold( "YOU ARE NOW A CLUSTERBOMB!" );

self waittill( "button_square" );
if ( self GetStance() == "prone" )
self setModel( "sentry_minigun" );
self iPrintlnBold( "YOU ARE NOW A SENTRY GUN!" );

self waittill( "button_square" );
if ( self GetStance() == "prone" )
self setModel( "vehicle_m1a1_abrams_d_static" );
self iPrintlnBold( "YOU ARE NOW A M1A1!" );

self waittill( "button_square" );
if ( self GetStance() == "prone" )
self setModel( "vehicle_ac130_low_mp" );
self iPrintlnBold( "YOU ARE NOW A AC130!" );

self waittill( "button_square" );
if ( self GetStance() == "prone" )
self setModel( "com_plasticcase_friendly" );
self iPrintlnBold( "YOU ARE NOW A CAREPACKAGE!" );

self waittill( "button_square" );
if ( self GetStance() == "prone" )
self setModel( "vehicle_little_bird_armed" );
self iPrintlnBold( "YOU ARE NOW A HELICOPTOR!" );
}
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to iP4Y for this useful post:

agtiger, Cole MacGrath, DanGFX, GNDOOOR_KILLER, IDontbreak
10-23-2010, 03:52 PM #2
nice, I might use this... Keep up the goodwork.. Cool Man (aka Tustin)
10-23-2010, 03:55 PM #3
DEREKTROTTER
You're Goddamn Right
nice Smile

but im sure the coding can be shortened, a lot of repeating code
10-23-2010, 04:29 PM #4
NiCiUFF
NGU Premium Member
So, what we can do with this?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo