Posts: 255
Threads: 61
Joined: Jul 2012
Reputation:
0
Hello, I am really interested in learning about pawn, I am reading the Samp Wiki, but it's hard to understand without practicing. What are important things to learn when starting off in pawn?
How can I start practicing pawn? Editing Filterscripts?
Posts: 1,767
Threads: 124
Joined: Mar 2010
About me.. How I learned? Translating old gamemode's to my primary language (Godfather gamemodes[*]) and updating them. That's how I started, I never read any tutorial so far, maybe just a couple but after few years of coding. That's your choice what you gonna do, and how. Have fun with that, I don't feel any inspiration to do some programming last couple of months, but yeah.. enjoy that
)
Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
SA-MP's Wikipedia will help too.
Posts: 48
Threads: 7
Joined: Feb 2013
Reputation:
0
You just have to start making something, anything, and you will learn. x) Edit gamemodes, try to make simple filterscripts, or whatever, just spend some time in pawno and you will start to understand it.
Posts: 3,304
Threads: 58
Joined: Sep 2008
Reputation:
0
I suggest finding a few filterscripts which you think have nice (but not overly complicated) features, then looking at their code and trying to find out how they've done it. I've done the same
Posts: 1,391
Threads: 85
Joined: Sep 2012
Reputation:
0
Plus the things posted above, when you code, start with the simple function which does not have difficult-to-code parameters.
If you expect to move off from PAWN sometime in the future I suggest you start with a different scripting language.
This is because, PAWN is pretty straightforward, almost everything is self-explanatory, Such as "SetPlayerPos" and "GetPlayerPos", especially SendClientMessage.
But, whatever Hiddos suggested, I'd suggest you do that.