Author Topic: Max addons?  (Read 374 times)

Whenever I spawn I get this annoying ass GUI saying that I have the maximum allowed addons enabled. Yet I have 3/4 Addons enabled! Please help?

Each addon has a collection of what we call Datablocks. The amount of DB that each addon has can vary, but they are also tallied.
Once the tally reaches or exceeds 4095 Datablocks, the engine cant handle anymore and thus you get the gui and the extra addons disabled.

^Not perfectly accurate.

Datablocks are things like playertypes, weapons, sounds, vehicles and other items that contain special data that isn't just code.
Your gun has datablocks.
Your script for admin chat does not.

The only solution to this problem is to disable add-ons with datablocks. Weapon packs are very add-on intensive, as they have to have a datablock for each model, each particle, and each bullet, unless they use the exact same bullets, the exact same particle, or the exact same models. Unfortunately, that doesn't make for a good weapon pack if it only contains one gun.