Peti930 Posted April 14, 2018 Posted April 14, 2018 Anyone can make me a script like that? i have no idea how to start i
Moderators Patrick Posted April 14, 2018 Moderators Posted April 14, 2018 Már a kocsi model-t így modellezték meg, hogy a Spoiler külön component. Ezért a 'setVehicleComponentPosition' funkcióval tudja változtatni a pozícióját. Ez egy alap járművel nem megoldható. [You need a vehicle model, what have the spoiler component, and you can move this component, with the 'setVehicleComponentPosition' function.] community profile | map converters | map images | pDownloader | pAttach | model encrypter
Peti930 Posted April 14, 2018 Author Posted April 14, 2018 És ha a kocsi modelljében tudom a component nevét megtudod nekem oldani?
Moderators Patrick Posted April 14, 2018 Moderators Posted April 14, 2018 getVehicleComponentPosition setVehicleComponentPosition community profile | map converters | map images | pDownloader | pAttach | model encrypter
JeViCo Posted April 17, 2018 Posted April 17, 2018 On 14.04.2018 at 16:06, Patrick2562 said: getVehicleComponentPosition setVehicleComponentPosition as @Patrick2562 said use this + onClientRender event to make the mooving smoother example: addEventHandler("onClientRender",getRootElement(),function() veh = getPedOccupiedVehicle(localPlayer) x,y,z = getVehicleComponentPosition(veh,"spoiler_part") setVehicleComponentPosition(veh,"spoiler_part",x,y,z+0.01) end)
BMWFANM6 Posted January 3, 2019 Posted January 3, 2019 És ezt a scriptet hogy kell megírni és megírod nekem és küldesz letöltő linket pls
Moderators Patrick Posted January 3, 2019 Moderators Posted January 3, 2019 51 minutes ago, BMWFANM6 said: És ezt a scriptet hogy kell megírni és megírod nekem és küldesz letöltő linket pls Nem. / No. 2 community profile | map converters | map images | pDownloader | pAttach | model encrypter
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