FAQ

  1. Is the map included with the script?

    • No, the map is not included with the script. The map displayed in the video is created by Blaze Developmentsarrow-up-right. However, you do have the ability to configure the position of hookahs to any MLO of your liking.

  2. Can you spawn Hookah props if the MLO does not have them?

    • Yes, you can spawn them by adding spawnProp = true, to your Hookah Config. Example:

          {
               coords = { x = -443.93, y = 274.77, z = 83.02 },
               size = { x = 0.75, y = 0.75, z = 1.35 },
               rotation = 0,
               debug = false,
               spawnProp = true, 
               job = 'hookahlounge'
          },

Last updated