Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- addEventHandler("onClientGUIClick", root
- function (player)
- if (source == lswarp) then
- outputChatBox ("You have successfully warped to Los Santos!", 0, 225, 0)
- triggerServerEvent ("warptols",getLocalPlayer())
- elseif (source == sfwarp) then
- outputChatBox ("You have successfully warped to San Fierro!", 0, 255, 0)
- triggerServerEvent ("warptosf", getLocalPlayer())
- end
- end
- )
Advertisement
Add Comment
Please, Sign In to add comment