Advertisement
Kaiquegabriel

Untitled

Jul 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. function onLogin(cid)
  2. local house = getHouseByPlayerGUID(getPlayerGUID(cid))
  3. local pos = {x=32369, y=32241, z=7} -- pos onde serΓ‘ teleportado
  4. if not isPremium(cid) and house then
  5. doPlayerSendTextMessage(cid, 22, "Your premium time expired. If you had a house it was removed and items are on depot from your house.")
  6. setHouseOwner(house, 0)
  7. doTeleportThing(cid, pos)
  8. end
  9. return true
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement