SA-MP Forums Archive
Custom.ide limit - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Discussion (https://sampforum.blast.hk/forumdisplay.php?fid=84)
+---- Thread: Custom.ide limit (/showthread.php?tid=638682)



Custom.ide limit - Jamould - 04.08.2017

Hi there,

Is there a limit to how may many lines/ids you can add to the custom.ide?
It seems whenever I go over 8 lines/ids, Sa mp crashes at the load screen, regardless of whether I add
peds, weapons, or vehicles


Re: Custom.ide limit - NaS - 06.09.2017

You cannot just add Vehicles, Weapons or Peds. That file is mainly for Objects (see SAMP.IDE for free ID ranges you can use for objects).

Vehicles have to be linked in other files (which are partially "locked" by SAMP - eg. Handling.cfg, vehicles.ide, carcols.dat, etc), same for Weapons and Peds.

Furthermore Peds are already at their limit. There is no way adding more except you raise the internal limit, and that's only possible by extensive memory hacking (those limits are used across the whole game executable, it's a really tedious job to do).
There are indeed a few free indexes for Weapons and Vehicles, but even if you manage to successfully implement them into the Data Files, SAMP will probably not allow them.