Quote:
allinone.sma(137 error 010: invalid function or declaration
allinone.sma(1379) error 010: invalid function or declaration
|
I moved these 2 lines down into the public client_putinserver where the values are used.
Code:
if ( HIGHPING_TIME < 5 ) HIGHPING_TIME = 5
if ( HIGHPING_TESTS < 3 ) HIGHPING_TESTS = 3
Quote:
allinone.sma(1384) error 021: symbol already defined: "client_disconnect"
allinone.sma(164 error 021: symbol already defined: "client_connect"
|
You were calling the same thing twice for both, so I combined the actions into one for each call. It compiles clean now but I did not test on my server.