Posts: 18
Threads: 7
Joined: Nov 2013
Reputation:
0
I need to know where and what to start with (I know there are tutorials). I plan on doing mainly RP scripts probably between medium and heavy.
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
The advice I always give to new people is to check the standard PAWN docs, tutorials on some basic things, and to check and edit some released scripts here on the forum. That's how I got to know most of the things I know.
If you think you've got the basics, open a new PAWN document and start trying some things you learned. By doing that you'll learn while coding your own things.
( The PAWN docs are pretty boring, but they'll really help )
Posts: 964
Threads: 28
Joined: May 2013
Reputation:
0
I personally looked at existing scripts. I dived into my own script head first, starting with basic SendClientMessages, I began to learn more and more and I find the more you know, the easier it is to learn more.
So, good luck.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
New to scripting, yet wants to start with the most difficult scripts. Don't run before you can walk.
Posts: 1,351
Threads: 35
Joined: Sep 2011
Reputation:
0
Be careful what you're saying guys, pawn is not easy to understand, the SA-MP scripting side of pawn is though. There's many more possibilities than just SA-MP scripting on pawn, and they stretch to a wider audience too.
I downloaded scripts people had released and changed the most basic things like the odd line or two, then I went on to rewriting commands from scratch, then went onto making new commands and functions, then finally started to have an understanding of creating a whole GM from scratch. After around 3 months of learning basic .ini, I started using MySQL which is a completely different life-lesson in my opinion, don't worry about that right now.