Advertisement
RoksasNunes

onloook

Apr 23rd, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. function onLook(cid, thing, position, lookDistance)
  2. if isPlayer(thing.uid) then
  3. doPlayerSetSpecialDescription(thing.uid, "Gente boa")
  4. end
  5. return true
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement