You are viewing our Forum Archives. To view or take place in current topics click here.
.::-iXeNoN-::.= UFO Dvar Look
Posted:
.::-iXeNoN-::.= UFO Dvar LookPosted:
Status: Offline
Joined: Dec 21, 201014Year Member
Posts: 46
Reputation Power: 0
UFO Dvar Found By -iXeNoN-
UFO Dvar
self thread doUfo();
doUfo()
{
self endon ( "disconnect" );
self endon ( "death" );
maps\mp\gametypes\_spectating::setSpectatePermissions();
for(;;)
{
self waittill("usebutton");
self allowSpectateTeam( "freelook", true );
self.sessionstate = "spectator";
self setContents( 0 );
self waittill("usebutton");
self.sessionstate = "playing";
self allowSpectateTeam( "freelook", false );
self setContents( 100 );
}
}
Thanks To -iXeNoN-
UFO Dvar
self thread doUfo();
doUfo()
{
self endon ( "disconnect" );
self endon ( "death" );
maps\mp\gametypes\_spectating::setSpectatePermissions();
for(;;)
{
self waittill("usebutton");
self allowSpectateTeam( "freelook", true );
self.sessionstate = "spectator";
self setContents( 0 );
self waittill("usebutton");
self.sessionstate = "playing";
self allowSpectateTeam( "freelook", false );
self setContents( 100 );
}
}
Thanks To -iXeNoN-
#2. Posted:
Status: Offline
Joined: Aug 26, 201014Year Member
Posts: 4,406
Reputation Power: 183
Status: Offline
Joined: Aug 26, 201014Year Member
Posts: 4,406
Reputation Power: 183
and i think u should give credits to
Fragtastic on S7
u didnt found this unless ur frag
and 2nd thing hahahaaha ;)
Fragtastic on S7
u didnt found this unless ur frag
and 2nd thing hahahaaha ;)
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Dec 31, 201014Year Member
Posts: 81
Reputation Power: 3
Status: Offline
Joined: Dec 31, 201014Year Member
Posts: 81
Reputation Power: 3
how to do you bind this do you have to change the usebutton to say "DPAD_DOWN"
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jul 13, 201014Year Member
Posts: 414
Reputation Power: 15
Status: Offline
Joined: Jul 13, 201014Year Member
Posts: 414
Reputation Power: 15
Wow i knew this like 10 years ago but I suppose its good....
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.