Well hi. Just a few questions my dad grilled me on and I had no idea how they worked. He had a point, I have no idea of the basics of gmod lua. So if you could help me out with a few of these.
1.) What is the file execution in the gamemode setup.
2.) What symbols denote server and client, and are they absolutely necessary?
3.) Oh, almost forgot. Is there anything particularly tricky about GLON I'm not understanding. For the most part I'm just using it to serialize player data, but I'm getting a bunch of stack overflow errors.
I have no clue what you are asking please explain more
Sure, let me try to explain.
1.) What is the order in which lua executes certain files in the gamemode directory?
2.) Things like cl_derma, sv_playerData, are the cl and the sv's mandatory and are there other varieties?
3.) Is there anything special about GLON that's not straightforward?
Oh, and that was most definitely not flawless. lol
[QUOTE=connorclockwise;23083626]Sure, let me try to explain.
1.) What is the order in which lua executes certain files in the gamemode directory?
There is not an order
2.) Things like cl_derma, sv_playerData, are the cl and the sv's mandatory and are there other varieties?
No they just make the folder structure easyer to read they are not needed
3.) Is there anything special about GLON that's not straightforward?
Like what?
[/QUOTE]
BUT you include the files before the code in init, there is no order im sure its all at the same time literally
Sorry, you need to Log In to post a reply to this thread.