Post: How To Toggle Something More than Once C#?
02-15-2014, 06:01 PM #1
Notorious
Caprisuns Is Back
(adsbygoogle = window.adsbygoogle || []).push({}); Hey I really need to know how to toggle something more than just twice like on and off. I have tried coding a switch but it seems to ignore the other cases and just print the first case? im not sure why so if anyone can help it will be appreciated.

Here is the code i was using maybe i didnt put it right:

if (scroll == 0)
{
int caseSwitch = 0;
switch (caseSwitch)
{
case 0:
RPC.iPrintln(client, "FOV 60");
break;
case 1:
RPC.iPrintln(client, "FOV 70");
break
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo