snip
As I was typing I noticed I forgot a semicolon at the end of a line in another part of the script.
I'll go try that and see if it works.
EDIT:
Ahg, nothing changed. Same error.
The other part of the script is this (maybe the error is in here?):
function serverCmdQTHelp(%client)
{
messageclient(%client,'','\c2text.');
messageclient(%client,'','\c2text.');
messageclient(%client,'','\c2text.');
messageclient(%client,'','\c2text.');
}
Also, if I have a client.cs, do I need to execute the server.cs in there? Or vice versa?