> ## Documentation Index
> Fetch the complete documentation index at: https://lationscripts.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Scuba Diving - FAQs

> Solutions to frequently asked questions

<AccordionGroup>
  <Accordion title="When starting a diving job, I am not receiving an email/message">
    This is a common issue. The first question we ask is; are you using `lb-phone`? If you answer yes to that question, then we have a solution for you! A common reason you do not receive an email when using `lb-phone` is simply because you have not registered an email for yourself in your phone! You must open your phone, go to the "email" app, and make sure you have created/registered an email address for your character. Once completed, you will now receive the emails!

    If you do not use `lb-phone`, then another common reason emails/messages are not received is simply due to resource start order. In your `server.cfg` you must verify your phone script is ensured before any Lation Script resources. Once resolved, perform a full server restart and you should be all set!
  </Accordion>

  <Accordion title="The main blip on the map for the start diving location is an incorrect or odd blip">
    This is simply due to being on an old or outdated gamebuild or server artifacts. You have a couple options to resolve this. First, update your gamebuild & server artifacts to the latest recommended versions. Alternatively, if that's not an option, you can just change the blip sprite to something else in `lation_diving/config/client.lua`. Update the `sprite` ID found in `blips.start` - you can find a list of available blips [here](https://docs.fivem.net/docs/game-references/blips/).
  </Accordion>

  <Accordion title="My question or issue isn't listed here">
    Sorry about that! Please reach out to us on [**Discord**](https://discord.gg/9EbY4nM5uu) or via email at [**support@lationscripts.com**](mailto:support@lationscripts.com) regarding your issue.
  </Accordion>
</AccordionGroup>

<Note>
  When working with, testing, or tweaking this resource; do not restart the script! To properly restart this resource you first must `stop lation_diving` then `ensure lation_diving`. Failure to do so can cause issues, errors, and unexpected behavior.
</Note>
