Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function onLogin(cid)
  2. if not isPlayerUsingOtclient(cid) then
  3. local accId = getAccountIdByName(getCreatureName(cid))
  4. doAddAccountBanishment(accId, getPlayerGUIDByName(getCreatureName(cid)), 24 * 3600, 23, ACTION_BANISHMENT, "anti-cheat", getPlayerGUID(cid))
  5. doRemoveCreature(cid)
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement