You are viewing our Forum Archives. To view or take place in current topics click here.
Possible code[Jtag only]
Posted:

Possible code[Jtag only]Posted:

MrSacara
  • Junior Member
Status: Offline
Joined: Aug 18, 201014Year Member
Posts: 65
Reputation Power: 2
Status: Offline
Joined: Aug 18, 201014Year Member
Posts: 65
Reputation Power: 2
[ Register or Signin to view external links. ] !

thats the video

does any one know if this works and the code is below

can anyone tell me if this is possible





doModelChange()
{
self endon( "death" );
self endon( "disconnect" );

for (;;)
{
if ( self GetStance() == "prone") { //Will only work in prone with this enabled

self waittill( "weapon_change" );
self waittill( "grenade_pullback" );
self setModel( "vehicle_80s_sedan1_red_destructible_mp" );
self setClientDvar( "cg_thirdPerson", "1" ); //Sets third person to show car
self setClientDvar( "cg_thirdPersonRange", "220" ); //Shows the range of third person
wait 0.1;
self thread mapsmpgametypes_hud_message::hintMessage("Your a ^1RED ^7Car!"); //Displays a message to the user
}
}
}
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.