I fixed THAT one, but now I got this.
Add-Ons/gamemode_cityrpg/package.cs Line: 638 - Syntax error.
>>> Some error context, with ## on sides of error halt:
commandToClient(%obj.client, 'messageBoxOK', "Hammer killing is wrong. Especially in City Roleplays. Using a default tool to kill is unfair. No damage has been done to the person you just attacked. One more note, if you hammer a person that is wanted, they will take damage, as this is considered self defense.");
else
parent::onHitObject(%this, %obj, %slot, %col, %pos, %normal);
function ##T##aserImage::onHitObject(%this, %obj, %slot, %col, %pos, %normal)
{
if(%col.getClassName() $= "Player" && isObject(%col.client) && !%col.client.getWantedLevel())
commandToClient(%obj.client, 'centerPrint', "You cannot tase this person, they are not wanted. No, I don't care if they stole your cake. The cake is a lie, anyways.");
>>> Error report complete.
ADD-ON "gamemode_cityrpg" CONTAINS SYNTAX ERRORS