Ghazer
Member
- Joined
- Mar 13, 2009
- Messages
- 350
- Reaction score
- 6
Whats wrong with this script?
LUA:
local playername = "Account Manager" ---- Player name
function onLogin(cid)
local temple = { x = 986, y = 1116, z = 6 }
if getPlayerName(cid) == playername then
doTeleportThing(cid, temple)
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_GIFT_WRAPS)
return true
end
Last edited: