The best way so so far to learn scripting? - 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: The best way so so far to learn scripting? (
/showthread.php?tid=633007)
The best way so so far to learn scripting? -
WeedBong - 23.04.2017
What's the best way so so so far to learn scripting in order to create a decent roleplay server.
It's something basic I got on my mind.
I know this question was asked docens of times but can I get a definitive answer myself?
Re: The best way so so far to learn scripting? -
khRamin78 - 23.04.2017
Quote:
Originally Posted by WeedBong
What's the best way so so so far to learn scripting in order to create a decent roleplay server.
It's something basic I got on my mind.
I know this question was asked docens of times but can I get a definitive answer myself?
|
READ WIKI
READ SOLVED HELP THREATS
PRACTICE SCRIPTING DIFFERENT SMALL THINGS
START SCRIPTING FILTERSCRIPTS
ENJOY !
Re: The best way so so far to learn scripting? -
edyun - 23.04.2017
******* would be the best way,or if you have a friend that knows scripting.
By the way,start with small things,and build yourself a logic,that way you can think about systems in another way.
Re: The best way so so far to learn scripting? -
Vince - 23.04.2017
The wiki is still the best reference. These pages get checked by multiple people for correctness. ******* ... meh ... You have pretty much no guarantee that the content is decent and up-to-date.
Final tip: don't start with an existing RP gamemode that is based off of the original godfather (which is pretty much all of them) because many of them contain horrendously outdated stuff that you don't want to be using anymore. I still see people use PlayerToPoint() to this day even though IsPlayerInRangeOfPoint() has existed since 0.3a, released in 2009.
Re: The best way so so far to learn scripting? -
WeedBong - 26.04.2017
Thank y'all.