Guest User

Untitled

a guest
Oct 24th, 2015
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. local function EventOnTeleport_Chat(event, player, msg, Type, lang)
  2.     if (msg == ".mall") then
  3.         player:Teleport(530, 4118.828125, 2944.462158, 354.522064, 4.702944)
  4.     elseif (msg == ".duel") then
  5.         player:Teleport(530, -5205.934082, -1647.830078, 497.840637, 5.733436)
  6.     end
  7. end
  8.  
  9. RegisterPlayerEvent(18, EventOnTeleport_Chat)
Advertisement
Add Comment
Please, Sign In to add comment