πŸ”₯All scripts on our website are 50% off!πŸ”₯
Logo

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:

  1. Verify that the framework is configured correctly
  2. Check that the resource has adequate permissions
  3. Check the console for errors

Problem: Music doesn't play

Solution:

  1. Make sure xSound is installed and working
  2. Verify that music URLs are valid
  3. Check the configured audio distances

Problem: NPCs don't appear

Solution:

  1. Verify that ped models are available
  2. Check the configured distances between NPCs
  3. Check that there are no conflicts with other resources
  4. Verify that the anti-cheat software (if you are using it) is not blocking it.

Problem: Particles don't show

Solution:

  1. Some effects require better graphics performance
  2. Verify that particle dictionaries are valid
  3. Check if there are particle limits on the server
  4. 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 = true in configuration to see detailed console messages that can help identify issues.