Hi, i found this fart script XD it works like this when typing /fart playername the targeting players says "lol i totally just farted". so i wonder if it is possible to add a magic effect that appears behind the player like magic effect 22
Please reply Thanks!
Code:
function onSay(cid, words, param)
if(param == "") then
return TRUE
end
local target = getCreatureByName(param)
local playerpos = getPlayerPosition(target)
doCreatureSay(target, 'lol i totally just farted', 1, playerpos)
return TRUE
end