Advertisement
Guest User

Untitled

a guest
Nov 4th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function Teleongossiphello(event, plr, unit)
  2. if(plr:GetTeam() == 1) then
  3. plr:Teleport(529, 717.8, 720.29, -24.09, 0.84)
  4. plr:SetFFA()
  5. else
  6. plr:Teleport(529, 717.8, 720.29, -24.09, 0.84)
  7. SetPvP(true)
  8. end
  9. end
  10.  
  11.  
  12.  
  13. RegisterGameObjectGossipEvent(999999, 1, Teleongossiphello)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement