frosbite Posted March 18, 2014 Share Posted March 18, 2014 How to add command setposition? the position is Posx=3003.69995 Posy=844.90002 Posz=40.1 Link to comment
iPrestege Posted March 18, 2014 Share Posted March 18, 2014 How to add command setposition? the position is Posx=3003.69995 Posy=844.90002 Posz=40.1 -- Server Side addCommandHandler ( 'setme', function ( player ) setElementPosition ( player,x,y,z ) end ) Link to comment
frosbite Posted March 18, 2014 Author Share Posted March 18, 2014 How to add command setposition? the position is Posx=3003.69995 Posy=844.90002 Posz=40.1 -- Server Side addCommandHandler ( 'setme', function ( player ) setElementPosition ( player,x,y,z ) end ) dont work! Link to comment
WhoAmI Posted March 18, 2014 Share Posted March 18, 2014 addCommandHandler ( "setposition", function ( player ) setElementPosition ( player, 3003.69995, 844.90002, 40.1 ) end ) /setposition Link to comment
iPrestege Posted March 18, 2014 Share Posted March 18, 2014 How to add command setposition? the position is Posx=3003.69995 Posy=844.90002 Posz=40.1 -- Server Side addCommandHandler ( 'setme', function ( player ) setElementPosition ( player,x,y,z ) end ) dont work! You must set x ,y and z values and use /setme Command. Link to comment
frosbite Posted March 18, 2014 Author Share Posted March 18, 2014 addCommandHandler ( "setposition", function ( player ) setElementPosition ( player, 3003.69995, 844.90002, 40.1 ) end ) /setposition Dont work!!! Link to comment
frosbite Posted March 18, 2014 Author Share Posted March 18, 2014 addCommandHandler ( "setposition", function ( player ) setElementPosition ( player, 3003.69995, 844.90002, 40.1 ) end ) /setposition Dont work!!! Okay maybee i don't need it, but you can give me drift score script? i have script who have all peoples 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