Advertisement
RoksasNunes

Eaere

Apr 13th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. function onLogin(cid)
  2.  
  3.         if isPlayer(cid) then
  4.                 doPlayerSendTextMessage(cid, 20, "Welcome back "..getCreatureName(cid).."!")
  5.     end
  6.                 return true
  7.         end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement