Frequently Asked Questions
FAQ
Common questions about IF Subtitle answered.
General Questions
What frameworks does IF Subtitle support?
IF Subtitle is framework agnostic and works with:
- ✅ Qbox
- ✅ ESX
- ✅ QBCore
- ✅ Standalone (no framework required)
Does it really have 0.00ms resmon?
Yes! IF Subtitle is optimized to have zero idle performance impact. The UI only activates when subtitles are shown, and even then, the performance impact is negligible (typically 0.01-0.02ms during active subtitles).
Can I use this on multiple servers?
The license is per-server. If you own multiple servers, you'll need a license for each one. Contact us for bulk discounts.
Is the source code included?
The script uses FiveM Asset Escrow protection:
- 🔓 config.lua - Fully open for customization
- 🔓 fxmanifest.lua - Open source
- 🔒 client.lua, server.lua, html/ - Encrypted
This protects your purchase while giving you full control over configuration.
Installation & Setup
Do I need to install any dependencies?
No! IF Subtitle is completely standalone and has no dependencies. It works out of the box.
How do I update to a new version?
Simply replace the old resource folder with the new one and restart the resource. Your config.lua settings will be preserved.
Customization
Can I change the subtitle position?
Absolutely! Edit Config.Position in config.lua:
Config.Position = 'bottom' -- Options: 'bottom' or 'top'Can I use my own images for avatars?
Yes! You can pass any direct image URL (e.g., Imgur, Discord attachment) into the avatar parameter. Ensure the URL ends in .png, .jpg, or .webp.
How do I disable the typewriter effect?
Set in config.lua:
Config.EnableTypewriter = falseCan I change the animation style?
Yes! In config.lua:
Config.DefaultAnimation = 'fade' -- Options: 'fade', 'slide', 'bounce', 'glow'Or pass the animation per-subtitle:
exports['if-subtitle']:ShowSubtitle('Speaker', 'Text', nil, nil, nil, nil, 'bounce')How do I change colors and styling?
All visual settings are in Config.Style:
Config.Style = {
background = 'rgba(0, 0, 0, 0.85)',
borderColor = 'rgba(255, 255, 255, 0.2)',
fontSize = '18px',
borderRadius = '10px'
}Performance & Compatibility
Will this work with other UI resources?
Yes! IF Subtitle is designed to work alongside other UI resources without conflicts.
What's the minimum server version?
We recommend using the latest FiveM server artifacts. The script requires server build 5000+.
Can I show multiple subtitles at once?
Yes! Enable multi-speaker mode:
Config.EnableMultiSpeaker = true
Config.MaxSimultaneousSubtitles = 3Troubleshooting
Subtitles aren't showing up
See our Troubleshooting page for detailed solutions.
The avatar image is broken
Make sure the URL you provided is a direct link to the image file (ending in .png, .jpg, etc.), not a link to a webpage containing the image.
Subtitles disappear too quickly
Increase the display duration in config.lua:
Config.DisplayDuration = 7000 -- 7 secondsSupport
How do I get support?
Join our Discord server for:
- 💬 Community support
- 🎫 Ticket system for buyers
- 📢 Update announcements
Can I request features?
Absolutely! We actively listen to our community. Join our Discord and submit your suggestions in the #suggestions channel.
Do you offer refunds?
Due to the digital nature of the product and FiveM Asset Escrow, we cannot offer refunds. Please check the demo video and documentation before purchasing.
Still have questions?
Join our Discord community for live support!
