Advertisement
RoksasNunes

Eaeeeee

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