28-04-2008, 10:35 PM
ok i wrote this little bit of code so that the program would get the variable MAX_PLAYERS from an .ini file in the server folder but i keep getting this error
Compile error!
Expected: end of statement
and the code turns red.
heres the code
Compile error!
Expected: end of statement
and the code turns red.
heres the code
Code:
Public MAX_PLAYERS = GetVar(App.Path & "/Settings.ini", "[Maxes]", "MAX_PLAYERS")