You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
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");
}
}
- 0useful
- 0not useful
#12. Posted:
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
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.