Physics_Dude's GMod Spawnlist Generator for .mdl's
Paste your list of models here... Exactly as they are printed in your addon's root directory (no quotes). You can get this by typing findstr /i /m /L /s ".mdl" *.* in Command Prompt while in your addon's root directory.
Paste the resulting code in your addon's root folder in [addon-root]/lua/autorun/[luafile].
The file name you should use is: [YOUR_ADDON_ROOT]/lua/autorun/unique_name_menu_init.lua
*You can change the group headings after you copy the code (or orginize your folders better), but make sure you verify the code in a tool like this: https://rextester.com/l/lua_online_compiler That tool will always show an error, but as long as you don't get a "unexpected symbol near '}'" then you're probably good.
Debug stats show here:
Designed for the awesome Steventechno for use by any curious Garry's Mod addon creators. Last update: Apr 12, 2020 | Copyright 2020 - Physics Dude (Mike) | thestuffwebuild.com