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:

Rgh-Xp-Lobby
  • Wise One
Status: Offline
Joined: Jan 27, 201311Year Member
Posts: 562
Reputation Power: 24
Status: Offline
Joined: Jan 27, 201311Year Member
Posts: 562
Reputation Power: 24
hey i dont get why im getting this error???


[ Register or Signin to view external links. ]


i am using Teh Hacksorce video and i dont get why its doing it i did every thing right
#2. Posted:
Chaotic-Modz
  • New Member
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"
#3. Posted:
Rgh-Xp-Lobby
  • Wise One
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??
#4. Posted:
Botch
  • TTG Senior
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;
#5. Posted:
Rgh-Xp-Lobby
  • Wise One
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
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.