📖S.S.S.

Common problems and solutions.

Camera and Video Not Working

You need to define a Discord Webhook for the Camera and Video system to work.

Configuration/Variables.lua Find the section below and define the webhook.

If you don't know much about Discord webhooks, watch this video.

Where is the SQL File?

SQL Table installations are performed automatically when you start the phone for the first time. If an update is available, you only need to download and replace the updated phone version. SQL automatically performs the table changes itself. You do not need to make an extra arrangement.

How can I find out my phone version?

It is located at the top of the fxmanifest.lua file in the main folder of the phone.

I see these errors in the server console

[resources:stache-phone] Warning: could not find client_script `Additional/**/Client/*.lua` (defined in fxmanifest.lua:93)
[resources:stache-phone] Warning: could not find server_script `Additional/**/Server/*.lua` (defined in fxmanifest.lua:74)
[resources:stache-phone] Warning: could not find shared_script `Additional/**/Shared/*.lua` (defined in fxmanifest.lua:66)

This is not a error, you can ignore it. This section is used to define the slots available for extra phone expansion packs.

Last updated