> ## 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.

# Drug Sales - Installation

> Step by step instructions to install this resource

<Steps>
  <Step title="Install (or update) dependencies" stepNumber={1}>
    <Warning>
      Verify all dependencies below are started *before* this script in your `server.cfg`.
    </Warning>

    <Columns cols={2}>
      <Card title="oxmysql" icon="arrow-up-right-from-square" href="https://github.com/CommunityOx/oxmysql/releases/latest">
        Download oxmysql
      </Card>

      <Card title="ox_lib" icon="arrow-up-right-from-square" href="https://github.com/CommunityOx/ox_lib/releases/latest">
        Download ox\_lib
      </Card>
    </Columns>
  </Step>

  <Step title="Create a new subfolder" stepNumber={2}>
    <Info>
      This is an optional step, but is *highly recommended*.
    </Info>

    If you haven't already, create a new subfolder named `[lation]` in your server's root resources directory. Unzip (*extract*) this script into the newly created `[lation]` subfolder.
  </Step>

  <Step title="Update server.cfg & perform a full restart" stepNumber={3}>
    Once all other steps are completed, open your `server.cfg` & add `ensure [lation]` to the very **bottom** of your resource start list. Finally, perform a full server restart. Failure to perform a full restart after installation will cause errors.
  </Step>
</Steps>

<Danger>
  Upon completion, do not delete the `install` folder or any `.sql` files or you will experience errors.
</Danger>
