Hi Otland!
i have this problem, i dont know whats wrong with this simple script:
Code:
function onLogin (cid)
playerpos = getPlayerPosition(cid)
doSendAnimatedText(playerpos, "Welcome!", TEXTCOLOR_BLUE)
doSendMagicEffect(playerpos, 36)
return TRUE
end
Code:
<event type="login" name="hello" Script="hello.lua"/>