15.04.2012, 22:45
Roleplay is quite harder to script than a stunt/dm server. But sure, you would always start by learning the callbacks and what they do, get used to different functions, make simple commands. After you learned the pawn basics, as you may know every single gm uses a saving system. I would suggest you to learn y_ini as it's the fastest. Took me about a week to get used to it.
If you would like starting from an already made gamemode, just don't choose godfather, if you want from scratch, look for a clean gamemode which only contains the basic things and you could easily work on it. I prefer scratch as it's a lot more easier to handle your own code than other's code.
You may also start using Notepad++ with Slice's modifications. It's a lot more user friendly and has a better working interface. As for my plans, i always open up a new page and write down bullet points of different things I have to do. I always add new things and delete those which I finished and I'm happy with.
It's always hard at the beginning, I`m in my 3rd year of samp scripting and I've already learned most of the functions and stuff by hand. It's really handy after you get used to them, takes you a lot less to script commands and vehicle/player systems.
Also, go to the Tutorial section of this forum. You will find a lot of helpful stuff over there, and remember, you can always make a new topic here asking for help in case of a problem.
Good luck!
If you would like starting from an already made gamemode, just don't choose godfather, if you want from scratch, look for a clean gamemode which only contains the basic things and you could easily work on it. I prefer scratch as it's a lot more easier to handle your own code than other's code.
You may also start using Notepad++ with Slice's modifications. It's a lot more user friendly and has a better working interface. As for my plans, i always open up a new page and write down bullet points of different things I have to do. I always add new things and delete those which I finished and I'm happy with.
It's always hard at the beginning, I`m in my 3rd year of samp scripting and I've already learned most of the functions and stuff by hand. It's really handy after you get used to them, takes you a lot less to script commands and vehicle/player systems.
Also, go to the Tutorial section of this forum. You will find a lot of helpful stuff over there, and remember, you can always make a new topic here asking for help in case of a problem.
Good luck!