Superbeginer Questions - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Superbeginer Questions (
/showthread.php?tid=447565)
Superbeginer Questions -
ProjectMan - 30.06.2013
Alright so my account is approved by the admins so I can make a new topic *yay*
I have started learning how to script in pawno even though I have been playing since 2007. Better late than never right?
Here are some questions which I have for now:
1. What are the components that are needed to make the base of your script and which are the best? Please add if I miss any aspect:
- Command processor: y_command? zcmd?
- Player accounts storage system: MySQL or normal?
- File manager: y_ini?
- Pasword encryption: whirpool: Needed or not?
- Additional stuff which is needed for maximum efficiency and not too hard to manage: Like foreach etc... Recommend please.
2. Where/how else to learn scripting efficiently?
3. Is there anyone out there kind enough to be my mentor?
Thanks in advance!
Re: Superbeginer Questions -
Norhy - 30.06.2013
1. You can chose the one you like the most.
2. You can take a look at the wiki.sa-mp.com at the tutorials section.
3. My Skype is lucas.babecka, i'm quite experienced at PAWN.
Re: Superbeginer Questions -
ProjectMan - 30.06.2013
I really wish to understand the integration of systems into script before I begin anything. But I don't know how many aspects there is and which one to use for each aspect...
Re: Superbeginer Questions -
dowster - 30.06.2013
I would recommend starting without using any of the libraries you mentioned above. Get to know the built in callbacks/functions. Once you are confident that you know the basics, start looking at other libraries. Knowing the basics will help you in figuring out how the libraries work.
Re: Superbeginer Questions -
ProjectMan - 30.06.2013
Quote:
Originally Posted by dowster
I would recommend starting without using any of the libraries you mentioned above. Get to know the built in callbacks/functions. Once you are confident that you know the basics, start looking at other libraries. Knowing the basics will help you in figuring out how the libraries work.
|
Thank you for the tip!
Re: Superbeginer Questions -
dowster - 30.06.2013
Quote:
Originally Posted by ProjectMan
Thank you for the tip! 
|
No problem. Good luck!