26.01.2011, 06:27
Quote:
The official site for the PAWN language is full of great resources for learning and understanding PAWN!
http://www.compuphase.com/pawn/pawn.htm |
If you are only interested in understanding the basics of the Pawn language for SA:MP purposes, I would suggest downloading and trying to comprehend small scripts (the ones provided in the server download package are great). Read them line-by-line trying to understand what it is doing. You can visit the SA:MP Wiki to browse through functions, callbacks, directives and other random things you may encounter and don't understand while searching through the script. It is a great source, I suggest you use it whenever you don't understand something.
Here are a few wiki links that cover some basics:
https://sampwiki.blast.hk/wiki/Category:Scripting_Functions - Functions
https://sampwiki.blast.hk/wiki/Category:Scripting_Callbacks - Callbacks
https://sampwiki.blast.hk/wiki/Keywords:Initialisers - Initialisers
https://sampwiki.blast.hk/wiki/Keywords:Operators - Operators
https://sampwiki.blast.hk/wiki/Keywords:Statements - Statements
https://sampwiki.blast.hk/wiki/Keywordsirectives - Directives
https://sampwiki.blast.hk/wiki/Category:Tutorials - Some tutorials on various things