Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local x = getTopCreature(toPos).uid
  2. if isPlayer(x) and getPlayerGroupId(x) > 1 then
  3.     local p = getCreatureName(cid)
  4.     local color = 210
  5.     doSendAnimatedText(toPos, p, color)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement