You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
xLasers
  • TTG Contender
Status: Offline
Joined: Aug 06, 201014Year Member
Posts: 3,068
Reputation Power: 141
Status: Offline
Joined: Aug 06, 201014Year Member
Posts: 3,068
Reputation Power: 141
You can do a toggle
promod()
{
        self endon("disconnect");
        for(;;)
        {
                self waittill("ActionSlotTwoButtonPressed");
                        self iPrintlnBold("^2Promod ^3On");
                        self setClientDvar("toggle cg_fov ", "90");
                self waittill("ActionSlotTwoButtonPressed");
                        self iPrintlnBold("^3Promod ^2Off");
                        self setClientDvar("toggle cg_fov", "50");
        }
}      
   
#12. Posted:
KripTic_KroNic
  • TTG Senior
Status: Offline
Joined: Dec 05, 201014Year Member
Posts: 1,038
Reputation Power: 52
Status: Offline
Joined: Dec 05, 201014Year Member
Posts: 1,038
Reputation Power: 52
still need help mafia? i figured it out
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.