TheBossasdasd Posted December 2, 2012 Share Posted December 2, 2012 Hi there! My question is that how can i make teleport commands to teleport the players to diferrent places...for example /lvstunt to my las venturas stuntpark??? pls reply Link to comment
uhm Posted December 2, 2012 Share Posted December 2, 2012 function warpToLVStunt ( source, commandName ) setElementPosition ( source, 1234 , 1234, 1234 ) -- replace those 1234s with respectively the x, y and z coordinates of your stunt park. -- to get the position, one way would be to make another command that outputs your getElementPosition end addCommandHandler ( "lvstunt", warpToLVStunt ) Link to comment
TheBossasdasd Posted December 2, 2012 Author Share Posted December 2, 2012 thanks you are the best Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now