Eduardo170
Well-Known Member
I need help , I am new to that of the scripts , I would like someone to help me . I want that whole area will otorge health and mana players but I have several faults and not include it if you know where Movements , GlobalEvents or Actions .
sorry for my bad english, i only speak spanish
sorry for my bad english, i only speak spanish
Code:
positions = {
pos = {x=941,y=739,z=7}, --North west
pos = {x=971,y=759,z=7},--South east
}
function onThink(cid, interval, positions)
positions = getPlayerPosition(cid)
doCreatureAddHealth (cid, 350)
doCreatureAddMana (cid, 350)
end