Scripting - Beginner - 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: Scripting - Beginner (
/showthread.php?tid=542492)
Scripting - Beginner -
Kraff - 19.10.2014
How do I actually start? I've been reading the basics on SAMP wiki, I understand pretty much everything, what's next?
Re: Scripting - Beginner -
ivndosos - 19.10.2014
I start with teams then commands,then register sys,
Re: Scripting - Beginner -
Glossy42O - 19.10.2014
O.o you from israel? i am too
Oh and i start from commands
Re: Scripting - Beginner -
Rudy_ - 19.10.2014
Start creating a Freeroam gamemode, That way you'll know what you need to do.
Or if you want to start from a bit Medium-Advanced level, Start creating Team Deathmatch, I won't recommend creating Roleplay yet.
Re: Scripting - Beginner -
Kraff - 19.10.2014
Quote:
Originally Posted by Rudy_
Start creating a Freeroam gamemode, That way you'll know what you need to do.
Or if you want to start from a bit Medium-Advanced level, Start creating Team Deathmatch, I won't recommend creating Roleplay yet.
|
But how do I proceed to the next level? Where should I learn it?
Re: Scripting - Beginner -
Rudy_ - 19.10.2014
You download a Freeroam script, And learn from it By copying... But first try creating your self, If you stuck somewhere look in the Script you downloaded and even if that dosen't help, Use ******, There will be hell lot of tutorials
Re: Scripting - Beginner -
austin070 - 19.10.2014
It depends on the type of gamemode you want to create. If you want to create a freeroam, download a couple scripts and try to mimic what they do in your own way. This goes for any gamemode. Then, you'll want to research some includes and plugins that you might want to use. For example,
zcmd and
sscanf are 2 plugins that make writing commands and files a lot simpler.