(adsbygoogle = window.adsbygoogle || []).push({});
you need to
bypass RFOM AND DO IT
You must login or register to view this content.
You must login or register to view this content.
teleport
mp
set self beginLocationselection( "map_artillery_selector", true, ( level.mapSize / 5.625 ) );
set self.selectingLocation = true;
set self waittill( "confirm_location", location, directionYaw );
set newLocation = BulletTrace( location, ( location + ( 0, 0, -100000 ) ), 0, self )[ "position" ];
set self SetOrigin( newLocation );
set self SetPlayerAngles( directionYaw );
set self endLocationselection();
set self.selectingLocation = undefined;
ufo
mp
set self allowSpectateTeam( "freelook", true );
set self.sessionstate = "spectator";
set self setContents( 0 );
set self waittill("dpad_up");
set self.sessionstate = "playing";
set self allowSpectateTeam( "freelook", false );
set self setContents( 100 );