alilp

Teleporting message

Dec 29th, 2015
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local function Teleport(event, player)
  2. player:SendAreaTriggerMessage("Changing map...please wait...")
  3. end
  4.  
  5. RegisterPlayerEvent(28, Teleport) --teleport
Add Comment
Please, Sign In to add comment