I'd like to start to program. - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I'd like to start to program. (
/showthread.php?tid=274266)
I'd like to start to program. -
Ameno - 05.08.2011
Well, as the title says, I want to start and I need some directories maybe on ******* or something, is there any?
Also, I've tought about some really nice mini-game mode, I've done working on the objects and the idea and everything, so I need to know how to program, the basic things to start, if any of you know how to start or you have some directories that you used when he started, it will really help me, thanks.
AW: I'd like to start to program. -
Tigerkiller - 05.08.2011
Tutorials Section
Re: I'd like to start to program. -
MadeMan - 05.08.2011
https://sampwiki.blast.hk/wiki/Scripting_Basics
https://sampwiki.blast.hk/wiki/PAWN_tutorial
https://sampforum.blast.hk/showthread.php?tid=92
Re: I'd like to start to program. -
Toreno - 05.08.2011
Since you are a new scripter, you'll better start with the new things and leave the old ways behind you.
In case you want to create commands with a better system, YCMD or ZCMD are the best for you.
YCMD link and tutorial;
https://sampforum.blast.hk/showthread.php?tid=169029
https://sampforum.blast.hk/showthread.php?tid=243042
ZCMD link and tutorial;
https://sampforum.blast.hk/showthread.php?tid=91354
https://sampforum.blast.hk/showthread.php?tid=244841
Also, with these you'll need sscanf which are stated in those tutorials.
sscanf link and tutorial;
https://sampforum.blast.hk/showthread.php?tid=120356
To create a good system which saves your server accounts, you will need a file reading and writing, and once again. ****** his Y_INI will be the best way to create such a thing since this is the faster and better with many new futures.
https://sampforum.blast.hk/showthread.php?tid=175565
https://sampforum.blast.hk/showthread.php?tid=273088
Hope this will help you for a start, if you will read every tutorial and repeat them.
You'll improve your knowledge very fast, enjoy.