Is the burner phone item required?
Is the burner phone item required?
No, the item is optional. It’s only needed if you want to use the contacts history feature where players can view their message history. You can disable it by setting
ContactsHistory.EnableItem to false in the config.How do contacts get added to the history?
How do contacts get added to the history?
Contacts are automatically tracked when using the
SendMessage export. You don’t need to manually add contacts.Can I change which side the phone appears on?
Can I change which side the phone appears on?
Yes, you can change the
Position option in the config to either "left" or "right".How do I make messages stay longer on screen?
How do I make messages stay longer on screen?
You have two options:
- Set a higher value for
Durationin the config (in seconds) - Enable
DurationBasedOnLengthto automatically calculate duration based on message length
Can I disable the profile pictures?
Can I disable the profile pictures?
Yes, set
EnableProfilePics to false in the config to hide the profile picture above the sender name.What frameworks are supported?
What frameworks are supported?
The script supports QBX, QBCore, and ESX frameworks. You need ox_lib as a dependency. You can also implement your own logic in
server.lua for custom frameworks.