|
Author
|
Message
|
|
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
|

05-29-2020
, 23:40
Re: How to advance in Pawning.
|
#1
|
Key thing in my opinion is learning the Pawn syntax so you know how to create code, AMX-X/game aside. For example, creating if statements, loops, defining variables/arrays/constants, case statements, defining functions, etc.
Next is learning how plugins work in the game.. Registering events to trigger things, creating commands that players can use, hooking functions, etc.
Reviewing existing plugins can help you learn both. I would be careful with which code you review as you do not want to learn from code that is poorly written. You need to put in some time and have motivation to learn. The forum is very active and there are plenty of people to help you with questions.
I would start with thinking of a plugin idea of your own, then find it on the forums and review the code to see how it's done.
__________________
Last edited by Bugsy; 05-29-2020 at 23:48.
|
|
|
|