I made a quick admin-prefix addon for my server, but the console keeps saying that pretty much all the lines are wrong. What's the problem here?
function gameconnection::autoAdminCheck(%client)
{
parent::autoAdminCheck(%client);
messageclient(%client, '', "\c6 Welcome!");
if(%client.isAdmin)
{
%client.clanPrefix = "\c4[\c6Admin\c4]";
}
}