You are viewing our Forum Archives. To view or take place in current topics click here.
ufo mode help needed , thanks!
Posted:
ufo mode help needed , thanks!Posted:
Status: Offline
Joined: Apr 10, 201014Year Member
Posts: 14
Reputation Power: 0
Status: Offline
Joined: Apr 10, 201014Year Member
Posts: 14
Reputation Power: 0
ok im using this
self thread doUfo();
doUfo
{
self notifyOnPlayerCommand("LB", "+smoke");
for(;;)
{
self waittill("LB");
self allowSpectateTeam( "freelook", true );
self.sessionstate = "spectator";
self waittill("down");
self.sessionstate = "playing";
self allowSpectateTeam( "freelook", false );
}
}
okay, when i go into ufo mode i cant go back to normal. I know i probaly made a mistake. Post, thanks!
self thread doUfo();
doUfo
{
self notifyOnPlayerCommand("LB", "+smoke");
for(;;)
{
self waittill("LB");
self allowSpectateTeam( "freelook", true );
self.sessionstate = "spectator";
self waittill("down");
self.sessionstate = "playing";
self allowSpectateTeam( "freelook", false );
}
}
okay, when i go into ufo mode i cant go back to normal. I know i probaly made a mistake. Post, thanks!
#2. Posted:
Status: Offline
Joined: Mar 04, 201014Year Member
Posts: 1,662
Reputation Power: 66
Status: Offline
Joined: Mar 04, 201014Year Member
Posts: 1,662
Reputation Power: 66
i dont think it saying down is right it should be dpad_down i think i might be wrong
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.