The Lounge

How hard is scripting on Lua ?

Submitted by LugaDug, , Thread ID: 173483

Thread Closed
31-05-2020, 12:25 PM
#1
Oi, everyone. I wan't to know, how hard scripting on Lua, in Garry's Mod API. I wan't to start making addons for servers.
1

RE: How hard is scripting on Lua ?

#2
31-05-2020, 12:25 PM
LugaDug Wrote:
Oi, everyone. I wan't to know, how hard scripting on Lua, in Garry's Mod API. I wan't to start making addons for servers.

it's not hard, just learn basics stuff, like how to create an entity, how to communicate between the client and the server (net.addNetworkString or something like that) ect...
CODE Blue made some vids about how to create an addons

https://www.youtube.com/channel/UCFpuE-Q...X-VJ_l7pbw

RE: How hard is scripting on Lua ?

OP
#3
31-05-2020, 12:28 PM
Askyna Wrote:
it's not hard, just learn basics stuff, like how to create an entity, how to communicate between the client and the server (net.addNetworkString or something like that) ect...
CODE Blue made some vids about how to create an addons

https://www.youtube.com/channel/UCFpuE-Q...X-VJ_l7pbw
Thank you for reply

RE: How hard is scripting on Lua ?

#4
It's pretty simple actually, I remember spending a few nights studying available code like darkrp code or other addon's code and it all just started making sense.

RE: How hard is scripting on Lua ?

#5
I've recently gotten into lua coding for Gmod and after actually looking into it, it doesn't look as hard as it seems.

RE: How hard is scripting on Lua ?

#6
I believe lua is quite easy. I started coding with lua.

RE: How hard is scripting on Lua ?

#7
Lua strongly depends on what you want from it. The bigger your addon is the more complicated it gets. The difference is that if you write simple f4 menu then you don't put much effort, but when writing something like ULX you need some complex data transmission patterns and protection from exploiters, and that requires some books to be read. Im not coding by myself, but i gave this subject a little surface glance and that's what i came up with

RE: How hard is scripting on Lua ?

#8
Really depends on what you wanna work on. Wanna make a simple hud? Pretty easy! Wanna make some weird trading system revolving around players? Good luck!

RE: How hard is scripting on Lua ?

#9
31-05-2020, 12:25 PM
LugaDug Wrote:
Oi, everyone. I wan't to know, how hard scripting on Lua, in Garry's Mod API. I wan't to start making addons for servers.
Ngl it aint that hard but its the dedication you put into learning lua

RE: How hard is scripting on Lua ?

#10
? . , .
- )

Users browsing this thread: 11 Guest(s)