DIS-Wolv / ODD

Operations Dynamique de la DIS
3 stars 0 forks source link

Cargo not working #36

Closed QuentinN42 closed 6 months ago

QuentinN42 commented 1 year ago

Always working in solo, almost never on server...

QuentinN42 commented 1 year ago

There is two functions : setSpace and setSize but it seems working some times.

QuentinN42 commented 1 year ago

Peut etre du aux lags sur le serveur, ajouter un petit sleep fix peut etre le truc ...

DIS-Wolv commented 1 year ago

localité ?

DIS-Wolv commented 12 months ago

Always working in solo, almost never on server...

Localité !

DIS-Wolv commented 12 months ago

cargo set ici : https://github.com/DIS-Wolv/ODD/blob/fe46121c7c4ef2ca8cfb7d5f39533422c4c9bc96/template_functions/WOLV_Garage/fn_garSpawnVl.sqf#L71

wiki sur le github ace : https://github.com/acemod/ACE3/blob/master/docs/wiki/framework/cargo-framework.md#43-adjusting-cargo-space-of-a-vehicle

Set the cargo space of any object. Has global effect.

peux etre pas si global que ca ? probleme d'apres moi : Localité raison possible :

piste de correction remoteexec avec comme argument [XX, 0, True] ?

remoteExec sur le wiki : https://community.bistudio.com/wiki/remoteExec

DIS-Wolv commented 12 months ago

Peut etre du aux lags sur le serveur, ajouter un petit sleep fix peut etre le truc ...

possible apres il y a deja un delay a cause de l'ajout des items dans l'inventaire : https://github.com/DIS-Wolv/ODD/blob/fe46121c7c4ef2ca8cfb7d5f39533422c4c9bc96/template_functions/WOLV_Garage/fn_garSpawnVl.sqf#L10-L71

DIS-Wolv commented 11 months ago

https://github.com/acemod/ACE3/pull/9481