226
Add-Ons / Re: Clay's Notepad
« on: September 15, 2016, 08:31:49 PM »
This is really useful, looks like I don't need to alt-tab whenever viewing some notes from another window anymore.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Loading Add-On: Server_Hunger (CRC:1298818730)
Add-Ons/Server_Hunger/server.cs Line: 72 - Syntax error.
>>> Some error context, with ## on sides of error halt:
^ else if(%player.Hunger >= ($Pref::Server::MaxHunger * 0.95) && %player.Hunger < $Pref::Server::MaxHunger)
^ {
^^ %player.addHealth(-0.3);
^ }
^ else if(%player.Hunger >= $Pref::Server::MaxHunger)
^ {
^^ %player.kill();
^ }
% ##p##layer.StatusEffectLoop = % player.schedule($Pref::Server::HungerLoopTime * 1000, StatusEffects);
}
}
function Player::HudDisplay(%player)
{
if(%player.getClassName() $= "Player")
{
^cancel(%player.HudDisplayLoop);
^if(isObject(%player))
^{
>>> Error report complete.
ADD-ON "Server_Hunger" CONTAINS SYNTAX ERRORS