Advertisement
Guest User

Untitled

a guest
Mar 8th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function onThink(interval, lastExecution)
  2. for _, pid in ipairs(getPlayersOnline()) do
  3. if getPlayerGroupId(pid) >= 8 then
  4. local thalles = getCreaturePosition(cid) -- Thalles é a variável.
  5. doSendAnimatedText(getThingPos(pid), "ADM", 215)
  6. end
  7. end
  8. return true
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement