LawyerMorty

Untitled

May 1st, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. addEventHandler("onClientGUIClick", root
  2. function (player)
  3. if (source == lswarp) then
  4. outputChatBox ("You have successfully warped to Los Santos!", 0, 225, 0)
  5. triggerServerEvent ("warptols",getLocalPlayer())
  6. elseif (source == sfwarp) then
  7. outputChatBox ("You have successfully warped to San Fierro!", 0, 255, 0)
  8. triggerServerEvent ("warptosf", getLocalPlayer())
  9. end
  10. end
  11. )
Advertisement
Add Comment
Please, Sign In to add comment