FALL1N1 / kt_yachts

FiveM plugin/addon for yachts
1 stars 2 forks source link

Just 1 yacht from all the rest is changing. #3

Closed Gameadictive closed 3 months ago

Gameadictive commented 3 months ago

Hi FALL, i install your script to test it to see how it works.

Is loading all the yachts but they are not being putting the railings or the leds or anything. Is working just in 1 yacht. Did u know how to fix this? Or are you updating the script? Thanks dude this is awesome but i dont know why is not working in all the yachts and only in 1

FALL1N1 commented 3 months ago

Hello,

This is just a proof of concept, I have never had the time to finish it. As of the yacht additions, they are just for one yacht - as a proof of concept.

You would need to create a loop that would fetch all those properties from.. let's say a database or a json/yml file and then assign the properties accordingly (e.g rails, lighting, jets/boats/helis..etc) to the yacht with the according ID (1 - 36, as we can have 36 yachts spawned in total)

Gameadictive commented 3 months ago

Hello,

This is just a proof of concept, I have never had the time to finish it. As of the yacht additions, they are just for one yacht - as a proof of concept.

You would need to create a loop that would fetch all those properties from.. let's say a database or a json/yml file and then assign the properties accordingly (e.g rails, lighting, jets/boats/helis..etc) to the yacht with the according ID (1 - 36, as we can have 36 yachts spawned in total)

Dude this script is awesome are u thinking to continue the develop and make this database function to work? :)

FALL1N1 commented 3 months ago

It's not an actual script, just a proof of concept :D

The database functionality is just the tip of the iceberg, there are a looot of other things to do first like:

and so on..