LUA:function doKillCreature(cid) return doCreatureAddHealth(cid, getCreatureHealth(cid)) end[/QUOTE] Won't work :) [code=lua] function doKillCreature(cid) return doCreatureAddHealth(cid, -getCreatureHealth(cid), TRUE) end
Nothing big, you just forgot a - before getCreatureHealth![]()
function return_noob(type)
return type
end
LUA:function return_noob(type) return type end
function seePost(post)
if username(post) == "Piotrek1447" then
return noob
end
return normal
end
function moderate(post)
if checkspam(post) == true then
closethread()
end
Err0r
end