SA-MP Forums Archive
Where did YOU start? - 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: Where did YOU start? (/showthread.php?tid=145794)



Where did YOU start? - CASH_MON3Y - 03.05.2010

I'm tired of getting routed to these generic and general places on where to start scripting SA-MP. I want to know where some of you guys started scripting. I mean from the very beginning because I'm starting over. any help?


Re: Where did YOU start? - [SF]RobMob - 03.05.2010

I started by downloading the sa-mp server packager here http://www.sa-mp.com/download.php Then I went through every thing in the grand larc game mode to see how things worked and used wiki and the forums here to learn the code and started editing the gm and testing it and when I needed help I posted here http://forum.sa-mp.com/index.php?board=10.0


Re: Where did YOU start? - aircombat - 03.05.2010

i started by downloading filterscripts and gamemodes from the forum and see how each function works and what does it do and not to mention http://wiki.sa-mp.com


Re: Where did YOU start? - CASH_MON3Y - 03.05.2010

What's the difference between Filterscripts and Gamemodes and does it matter which I want to learn first?


Re: Where did YOU start? - aircombat - 03.05.2010

gamemodes are the basics , the ones which ur server can't run without it like TDM , RP , DM , Stunt
Filterscripts are some additional scripts which are added to make ur server better like Fuel Filterscript , Afk system etc..


i recommend that u learn gamemodes first and if u want a good link where u start making ur own GM here is a good link :

https://sampwiki.blast.hk/wiki/PAWN_tuto...eam_deathmatch


Re: Where did YOU start? - cessil - 04.05.2010

I started looking at other peoples GMs, my first script was a anticheat which today is pretty good.


Re: Where did YOU start? - Anthony_Brassi - 04.05.2010

Heh, I'm starting on a deathmatch script


Re: Where did YOU start? - Correlli - 04.05.2010

You should definitely start here:
pawn-lang.pdf (official guide for PAWN language, you can find it on ******.com)
http://wiki.sa-mp.com


Re: Where did YOU start? - Jakku - 04.05.2010

As I remember since 2006, I was searching for some scripts to edit. I successfully edited a few ones, now I have my own big gamemode


Re: Where did YOU start? - Extremo - 04.05.2010

I downloaded godfather and read it over and over again. I never used wiki nor the forums. I modified things as I wanted them to do be and tried my best in getting it to work. If It didnt work I just overwrote the whole script with the original godfather again and edited other things. I can surely recommend you to learn programming with godfather, but I cannot recommend you use that in anyway. Once you understand how programming works in godfather, PLEASE read all the topics made by Y_Less about important code optimisation, read the pawn-land.pdf if you understand it. Make sure you care alot about optimization and also learn alot about what you actually do. In godfather you will not learn the theory, you will only learn how it "works" but not "why it works". Remember, a good programmer knows "why" he does something and not "how" to do something. While when you know why, you know how