You are viewing our Forum Archives. To view or take place in current topics click here.
All Client Menu Codes that has error HELP +(Rep)
Posted:
All Client Menu Codes that has error HELP +(Rep)Posted:
Status: Offline
Joined: Jan 27, 201311Year Member
Posts: 562
Reputation Power: 24
Status: Offline
Joined: Jan 27, 201311Year Member
Posts: 562
Reputation Power: 24
#2. Posted:
Status: Offline
Joined: Apr 08, 201311Year Member
Posts: 8
Reputation Power: 0
Status: Offline
Joined: Apr 08, 201311Year Member
Posts: 8
Reputation Power: 0
Every void that says "public static" just change to "public"
In other words remove all the "statics"
In other words remove all the "statics"
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jan 27, 201311Year Member
Posts: 562
Reputation Power: 24
Status: Offline
Joined: Jan 27, 201311Year Member
Posts: 562
Reputation Power: 24
ok then why does it have it in there that for thee all client menu lol??
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Aug 31, 201212Year Member
Posts: 1,553
Reputation Power: 65
Status: Offline
Joined: Aug 31, 201212Year Member
Posts: 1,553
Reputation Power: 65
Static members(classes, ints, bools, etc.) can only use other static members in them. Basically if you just remove "static" from everything it should remove the errors.
You should also add System.Threading;
You should also add System.Threading;
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jan 27, 201311Year Member
Posts: 562
Reputation Power: 24
Status: Offline
Joined: Jan 27, 201311Year Member
Posts: 562
Reputation Power: 24
and yes i did add using System.Threding thanks
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.