Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What did i do?
#4
The variable needs to be set up at run time.
Try:
Code:
Public Players As Integer

Then, under your gameinit:
Code:
Players = GetVar(stuffsgoeshere)

It won't be a constnt, but it should work.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)