tbox1911 / Liberation-RX

ArmA 3 - Liberation RX - Mission
GNU General Public License v3.0
64 stars 61 forks source link

Mobile Respawn Not Showing on Deploy List #112

Closed Lcreager closed 1 year ago

Lcreager commented 1 year ago

When the EnableLock parameter is set to 0, Mobile Respawn trucks do not show up in the Deployment menu.

It seems like the issue is with the following check in the F_getMobileRespawns.sqf function: _x getVariable ["GRLIB_vehicle_owner", ""] == _playerId &&

tbox1911 commented 1 year ago

Hi, Thanks a lot for reporting,

I'll fix it asap. I let's you know when it's done

tbox1911 commented 1 year ago

hi, I've make some test and, it seems to work as expected. I see respawn truck/heli in the list

maybe you hit the maximum spawn points per player limit ? check the "Spawn Point limit per player." in parameter (or server param MaxSpawnPoint)

note: locked or abandoned vehicles are not show when you disable vehicle authorization (EnableLock=0), the vehicle still has an owner, it is just ignored by the authorization engine.