Common Questions & Problems

Not getting keys when taking vehicle from garage

You need to modify the SpawnedGarageVehicle function.

  • Can be found in client/main_editable.lua and server/main_editable.lua

    • You only need to modify either the client or server functions, not both

  • What you need to add depends on your server's vehicle key script

  • If you need help with exports or integration, contact the creator of your key script

What MLO should be used?

By default, the coordinates are set for Gabz Pillbox Hospital.

However, you can change all locations in the config to work with any MLO you want.

Stretcher model not loading or not working correctly

Make sure you have installed the stretcher model, the link can be found in the README file. When installing the stretcher model, open the stream folder and remove all files except:

prop_ld_binbag_01.ydr

Make sure that:

  • The fxmanifest.lua file is included in the stretcher resource folder

  • The stretcher resource is properly started in your server.cfg

If the model is not loaded correctly, the stretcher may not function as expected.

ERROR: "Failed to load model x"

Make sure you have downloaded and installed the stretcher and wheelchair models.

You can find them in the README file included with the script.

Last updated