Possible mistakes
Problem: Notifications don't work
Solution: Verify that you have correctly configured the notifications() function with your notification system trigger.
Check this information: https://docs.bit-scripts.com/how-to.../change-notifications
Problem: Commands don't work
Solution:
- Verify that the framework is configured correctly
- Check that the resource has adequate permissions
- Check the console for errors
Problem: Music doesn't play
Solution:
- Make sure xSound is installed and working
- Verify that music URLs are valid
- Check the configured audio distances
Problem: NPCs don't appear
Solution:
- Verify that ped models are available
- Check the configured distances between NPCs
- Check that there are no conflicts with other resources
- Verify that the anti-cheat software (if you are using it) is not blocking it.
Problem: Particles don't show
Solution:
- Some effects require better graphics performance
- Verify that particle dictionaries are valid
- Check if there are particle limits on the server
- Verify that the anti-cheat software (if you are using it) is not blocking it.
Additional Troubleshooting Tips
xSound Not Working
If xSound isn't functioning:
- Ensure xSound is started before bit-party in server.cfg
- Check xSound console for errors
- Verify xSound version compatibility
- Test xSound with other resources to isolate the issue
Database Issues
If parties aren't saving:
- Verify SQL table was created correctly
- Check database connection settings
- Ensure Config.Mysql matches your SQL resource
- Check server console for SQL errors
Permission Issues
If commands aren't working:
- Verify admin permissions are set correctly
- Check job names match exactly (case-sensitive)
- Ensure Config.Framework is set correctly
- Test with different admin levels
Performance Issues
If experiencing lag:
- Reduce number of NPCs
- Decrease particle effect count
- Lower music hear distance
- Check for conflicting scripts
Audio Distance Problems
If music can't be heard:
- Increase
Config.MusicHearDistance - Verify player is within range
- Check xSound volume settings
- Ensure no audio conflicts with other scripts
Enable
Config.Debug = truein configuration to see detailed console messages that can help identify issues.