SA-MP Forums Archive
Best way to learn coding? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Best way to learn coding? (/showthread.php?tid=636112)



Best way to learn coding? - MrCesar - 20.06.2017

From your experience..what's the best way to teach yourself coding? I mean past the basics..
Like how did you learn arrays vars etc? thanks


Re: Best way to learn coding? - Celmir - 20.06.2017

Try reading some fully scripted/developed gamemodes. From line 1 to last


Re: Best way to learn coding? - Abagail - 20.06.2017

Trust me when I say that if you're unable to search for things, you'll have problems. Googling something such as "best way to learn to script SA-MP" gives some pretty good results and will allow you to get many more viewpoints than you'll possibly get in this single thread. It's also recommended that you get the general hang of scripting in general before attempting to learn a language, it'll be much more helpful in the long run.


Re: Best way to learn coding? - Stev - 20.06.2017

The best solution, Trial and error. Try to make things yourself. If you stuggle or stuck on fixing errors, ****** can be your friend.


Re: Best way to learn coding? - KizZweLL - 20.06.2017

Instead of copying and pasting from ****** / other scripts, Why don't you type it manually and start to analyze how the whole script works. But in-case of some errors you must use ****** or other scripts as reference but don't just copy and paste.

cheers!


Re: Best way to learn coding? - Hunud - 20.06.2017

The best way is to start with it


Re: Best way to learn coding? - adri[4]Life - 20.06.2017

Quote:
Originally Posted by MrCesar
Посмотреть сообщение
From your experience..what's the best way to teach yourself coding? I mean past the basics..
Like how did you learn arrays vars etc? thanks
The best & easiest way: you have to work with another Pro/Experienced Scripter You ll learn Much from him/her

That's how i became a better scripter Since Logic_ Joined The project That i founded,he created many dynamic systems i learned Much about it from him And much more About Functions/How Optimizing codes....


Re: Best way to learn coding? - MrCesar - 20.06.2017

Ah, thanks for all the advising guys! Got some ideas from you

ps - another question I have..I installed yini and I am getting this error
Код:
C:\Users\socky\Desktop\cesar\pawno\include\YSI\..\YSI_Storage\y_ini.inc(206) : fatal error 100: cannot read from file: "..\YSI_Internal\amx_assembly"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
and i downloaded the zeex assembly fix, but I can't find the YSI/amx folder..as it doesn't exist on the new download..can anyone enlighten me?


Re: Best way to learn coding? - rolex - 20.06.2017

SoloLearn android APP.


Re: Best way to learn coding? - Loinal - 20.06.2017

SA-MP wiki and read gamemodes and try to read people problems and fixes