28.11.2013, 21:18
Because pawn is pretty easy to understand you only need to know the basics of this language
Just read these and you should be able to understand the basic gamemodes who came with the server package
1. Scripting Basics
2. PAWN for beginners
3. Making a basic deathmatch
If you get errors or warnings you can read tham up in pawn-lang.pdf ( starting at page 148 )
Also read the wiki page about debugging, you will need it if the code compiles but doesn't do what you intended
If you know the basics you just need to read the function name, they are self-explanatory otherwise use the wiki
Just read these and you should be able to understand the basic gamemodes who came with the server package
1. Scripting Basics
2. PAWN for beginners
3. Making a basic deathmatch
If you get errors or warnings you can read tham up in pawn-lang.pdf ( starting at page 148 )
Also read the wiki page about debugging, you will need it if the code compiles but doesn't do what you intended
If you know the basics you just need to read the function name, they are self-explanatory otherwise use the wiki