SA-MP Forums Archive
Learn to script - 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: Learn to script (/showthread.php?tid=653714)



Learn to script - Smarcess - 10.05.2018

Where i can learn how to make scripts for gamemode?


Re: Learn to script - FaLLenGirL - 10.05.2018

All that you need: https://sampwiki.blast.hk/ (First: https://sampwiki.blast.hk/wiki/Scripting_Basics)
Examples from GM's already made: http://forum.sa-mp.com/forumdisplay.php?f=71
Examples from FS's already made: http://forum.sa-mp.com/forumdisplay.php?f=17
You can use *******, for tutorials, this is the way i learned how to script,
and i started to learn when I was 13 years old.


Re: Learn to script - Smarcess - 10.05.2018

Okey,i will give my best,ty


Re: Learn to script - Eoussama - 10.05.2018

If you already know some prior programming languages, then it would be easy to grasp pawn, if not, consider viewing some c-type languages, I'd recommend C or C++, just the absolute basics really

Here are some additional links to help you out:
https://wiki.alliedmods.net/Pawn_Tutorial
https://github.com/pawn-lang/compile.../pawn-lang.pdf
https://www.compuphase.com/pawn/String_Manipulation.pdf

You could find this ******* playlist helpful too: https://www.youtube.com/watch?v=MF8c...qNt5bEsiaEGB5T

Have fun learning.