Fearless Forums
Trying2learn 2 code or modelling - Printable Version

+- Fearless Forums (https://fearlessrp.net)
+-- Forum: General Discussion (https://fearlessrp.net/forumdisplay.php?fid=10)
+--- Forum: Discussions (https://fearlessrp.net/forumdisplay.php?fid=4)
+---- Forum: Archive (https://fearlessrp.net/forumdisplay.php?fid=481)
+---- Thread: Trying2learn 2 code or modelling (/showthread.php?tid=74612)

Pages: 1 2


Trying2learn 2 code or modelling - GreekAssassin - 08-29-2016

Hello guys!I am trying to learn a bit lua or modelling playermodels

Anybody who can help?


RE: Trying2learn 2 code or modelling - GreekAssassin - 08-29-2016

Anybod who can help me or give me the "first steps" for coding or modelling?I would really appreciate it thanks!


RE: Trying2learn 2 code or modelling - S!RNARC - 08-29-2016

Get a good editor (Sublime) and the syntax for Gmod Lua and start playing around


RE: Trying2learn 2 code or modelling - Ranger - 08-29-2016

http://wiki.garrysmod.com/page/Main_Page

This helped me a lot when I started coding in lua.

My top tip is don't mess with banning commands, I made a chair that perm'd me from my own server.


RE: Trying2learn 2 code or modelling - Foxirius2205 - 08-29-2016

Learn English. That is my advice.


RE: Trying2learn 2 code or modelling - S!RNARC - 08-29-2016

(08-29-2016, 07:55 PM)Mr.Ranger Wrote: http://wiki.garrysmod.com/page/Main_Page

This helped me a lot when I started coding in lua.

My top tip is don't mess with banning commands, I made a chair that perm'd me from my own server.

pros tip


RE: Trying2learn 2 code or modelling - GreekAssassin - 08-29-2016

More help like youtube vids or sth like that?


RE: Trying2learn 2 code or modelling - Ranger - 08-29-2016

https://www.youtube.com/playlist?list=PLyQg3m0a5UivaAXEfVDngKYp9jyNSTIo_

This is how I learnt.


RE: Trying2learn 2 code or modelling - Broccoli - 08-30-2016

Youtube tutorials are super useful, I managed to make a really like HUD for sandbox and it only took a week or two it's not that hard.


RE: Trying2learn 2 code or modelling - Arkten - 09-02-2016

Omnifarous Education and Code Blue Tutorials are two very reliable sources. Learned from them.

1. Follow along what they do
2. Once you get the idea start playing around with commands you found on the gmod wiki

3. Try to make something useful (a gamemode, a weapon for ttt, etc.)
4. Once you got good please apply for contributor I am very alone here ;-;

If you have trouble: Google is your friend.