Notice
If you are looking for support you should instead create a support ticket.

Then I wouldn't here, selling my gamemode. Just think before posting comment.

He doesn't even know what a string is...

[sarcasm] Great joke, man. [/sarcasm]

@Luna, Make me giggle xD

But the script is pretty much that already, why not the comments too?

Yes, I'm pretty sure. ;D. But let's stop posting anything not related to this, ok? I don't want that my comments look like trashbin.

Are you sure?

No, it is containing other code, but this is a function. However, I will not post it here - you know, this is a paid script, so...
Yes, I can write code in Lua.

I assume LoadAllDatShittyPlugins() is a function containing the exact code I just sent? That does not make your code any smaller. It does the exact same. Do you even Lua bro?

It is shared.

'k. Pedobear:LoadAllDatShittyPlugins() ;D

And also takes care of the client too.

But simplfied, Go ahead and post this one line that includes everything xD.

I simplified it to ONE line. Can you do this? I think no. ;D

Here, For free you can have some code that loads all of the files in a folder called "modules" in a gamemode. Also put this on the client just remove the sv part. Feel free to donate $8 directly to my paypal thanks.
local fil, fol = file.Find(GM.FolderName.."/gamemode/modules/*" , "LUA")
for , Dir in pairs(fol) do for cl , File in pairs(file.Find(GM.FolderName .. "/gamemode/modules/"..Dir.."/cl.lua" , "LUA")) do AddCSLuaFile(GM.FolderName.."/gamemode/modules/"..Dir.."/"..File) end for sh , File in pairs(file.Find(GM.FolderName .. "/gamemode/modules/"..Dir.."/sh_.lua" , "LUA")) do AddCSLuaFile(GM.FolderName.."/gamemode/modules/"..Dir.."/"..File) include(GM.FolderName.."/gamemode/modules/"..Dir.."/"..File) end for sv , File in pairs(file.Find(GM.FolderName .. "/gamemode/modules/"..Dir.."/sv_*.lua" , "LUA")) do include(GM.FolderName.."/gamemode/modules/"..Dir.."/"..File) end end

How many haters there are ^_^.

He doesn't look ridiculous, this script and you look ridiculous.

This banter is top notch, this is better than Twilight.

I sell gamemode, not plugins system. Stop offense, you look ridiculous (not an insult).

So a plugins system is worth $8, you do know making that is merely 15-30 lines? Unless you made a completely shit one?

Oh, I need to read my comments more accurately before send them.

@Hades NO. It is a folder inside of gamemode. That adds ability to call specific gamemode hooks. I have also added some specific functions and hooks.

"Plugins system automatically loads all Lua in special folder based on prefix (cl, sh, sv_) and provides some special functionality to the devs, like hooks and functions."
....You mean the fucking addons folder?