Codez for j00.Quotefunction serverCmdServerInfo(%client){ %info1 = "\c1This is my server :)"; %info2 = "\c2Make sure you followe these rules: [put them in lul]"; %admininfo = "\c3Also, admins, please try not to abuse power like I do."; messageClient(%client,'', %info1); messageClient(%client,'', %info2); if (%client.isAdmin || %client.isSuperAdmin) { messageClient(%client, %admininfo); }}Follow the pattern for more lines, make sure you keep the quotes and all the other symbols.
function serverCmdServerInfo(%client){ %info1 = "\c1This is my server :)"; %info2 = "\c2Make sure you followe these rules: [put them in lul]"; %admininfo = "\c3Also, admins, please try not to abuse power like I do."; messageClient(%client,'', %info1); messageClient(%client,'', %info2); if (%client.isAdmin || %client.isSuperAdmin) { messageClient(%client, %admininfo); }}