Jump to content

Help!


frosbite

Recommended Posts

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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...