3466
Modification Help / Re: Slash Commands (RESOLVED)
« on: July 28, 2013, 08:42:32 PM »-snip-
Thanks, it will be useful. Where did you copy that from?
anyways, tried doing some code.
Code: [Select]
package Report {
function servercmdreport()
{
echo("Someone is breaking the rules. An admin should investigate.");
}
};
activatepackage(Report);
It says it loaded, no errors or anything.
When I go /report it doesn't work.