Author Topic: errrmmmmm, What?  (Read 583 times)

package Kill

function ##s##erverCmdKill(%client, %target)
{
               

Note: There are missing closing brackets but that is not the problem because in the whole script all opening brackets are satisfied by closing brackets.

My only question is WTF am I suppost to fix? I tried capitalizing the S and putting a semicolon after Package Kill, nothing changed, what is the error?

Also note this is not the whole script and I do include an 'activatepackage(Kill);' function at the end.

Remember, the ## error signals always occur after the actual error. In this case, the error is that you did not put any brackets "{" following package

Thank you for quick reply, I will try that

It worked, thanks, closing topic