Just going to dump in this code, it's not the best and I'll probably rework it but what's not working?
function serverCmdtitle(%client, %target, %chat, %chat2, %chat3, %chat4)
{
if(%client.isAdmin)
{
findclientbyname(%target).setPrefix="%chat SPC %chat2 SPC %chat3 SPC %chat4";
}
else
{
messageClient(%client, '', '\c6This command is Admin only.');
}
}
After checking the console log, there is literally nothing that can help me syntax wise, but when I trigger the command it doesn't work.
help