29-04-2008, 01:38 AM
The variable needs to be set up at run time.
Try:
Then, under your gameinit:
It won't be a constnt, but it should work.
Try:
Code:
Public Players As Integer
Then, under your gameinit:
Code:
Players = GetVar(stuffsgoeshere)
It won't be a constnt, but it should work.