/title
I've done this before, but this time it isn't working.
Any help would be appreciated.
Here is the code:
//Name: Rules
//Author: Carbon Zypher
function serverCmdRules(%client)
{
messageClient(%client,'','/c4------------------------RULES------------------------');
messageClient(%client,'','/c6Messages in/c5 VIOLET/c6 will get you perma'd');
messageClient(%client,'','/c6Messages in/c0 RED/c6 will get you banned.');
messageClient(%client,'','/c6Messages in/c3 YELLOW/c6will get you kicked.');
messageClient(%client,'','/c6Messages in/c2 GREEN/c6 will get you a warning.');
messageClient(%client,'','/c2Dont spam. EVENTS OR BRICKS');
messageClient(%client,'','/c2Be nice to other players.');
messageClient(%client,'','/c3Spamming after 1st warning.');
messageClient(%client,'','/c0Spamming after 2nd warning');
messageClient(%client,'','/c5Admin abusal.');
messageClient(%client,'','/c2Being a downright idiot. THIS MEANS YOU DAMEON');
messageClient(%client,'','/c3Idiocity after 1st warning');
messageClient(%client,'','/c0Idiocity after 2nd warning');
messageClient(%client,'','/c2Asking for admin.');
messageClient(%client,'','/c3Asking for admin a 2nd time');
messageClient(%client,'','/c0Asking for admin a 3rd time');
messageClient(%client,'','/c4------------------------RULES------------------------');
}