FIXED MY ISSUE~
1.1 - 1.x users.
i had the Error
createcombatarea - Line 29
I changed this
createCombatArea(AREA1)
to this
createCombatArea
AREA1 = {
{0, 0, 0},
{0, 3, 0},
{0, 0, 0}
}
local function sendHealingEffect(cid, position, loopCount)
local player = Player(cid)
if not player then...