SA-MP Forums Archive
[HELP] Scripting Stuff. - 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: [HELP] Scripting Stuff. (/showthread.php?tid=333296)



[HELP] Scripting Stuff. - ShopTech - 10.04.2012

Hello everyone, i need help about Scripting Stuff.
Okay so.. can anyone give me a Scripting HandBook For SA:MP, or best website/page where can i learn how to professionally script[SA:MP]
Please help me, i want to learn from the best.


Thank you.


Re: [HELP] Scripting Stuff. - RicaNiel - 10.04.2012

Quote:

Hello everyone, i need help about Scripting Stuff.
Okay so.. can anyone give me a Scripting HandBook For SA:MP, or best website/page where can i learn how to professionally script[SA:MP]
Please help me, i want to learn from the best.


Thank you.

You can learn it all thru here
and must have programming knowledge
because SA~MP Scripting use C++ language

and also if you need help there is always scripting discussion to help you
and also the SA~MP wiki

SA~MP Wiki Link


Re: [HELP] Scripting Stuff. - ReneG - 10.04.2012

Documentation: https://sampwiki.blast.hk/wiki/Category:..._Documentation
That page has links to scripting functions, callbacks, scripting examples, and much more. Also, if you ever get stuck. Feel free to post here for help.


Re: [HELP] Scripting Stuff. - Jonny5 - 11.04.2012

Quote:
Originally Posted by RicaNiel
Посмотреть сообщение
You can learn it all thru here
and must have programming knowledge
because SA~MP Scripting use C++ language

and also if you need help there is always scripting discussion to help you
and also the SA~MP wiki

SA~MP Wiki Link
No it dont use c++
it uses PAWN which use to be called small C
c++ is different!!! and Pawn is different from C


just do as vince said the wiki is the main source for learning
SAMP, PAWN is the language used to write the scripts
youll also want to check the pawn language reference which can be found threw the wiki.

regards,


Re: [HELP] Scripting Stuff. - RicaNiel - 11.04.2012

Quote:
Originally Posted by Jonny5
Посмотреть сообщение
No it dont use c++
it uses PAWN which use to be called small C
c++ is different!!! and Pawn is different from C


just do as vince said the wiki is the main source for learning
SAMP, PAWN is the language used to write the scripts
youll also want to check the pawn language reference which can be found threw the wiki.

regards,
i mean its like C++


Re: [HELP] Scripting Stuff. - ShopTech - 11.04.2012

Okay thanks guyyyyyys <3


Re: [HELP] Scripting Stuff. - squomp - 11.04.2012

its not really like C++ at all, C++ uses cout << ("text here"); to print things yet pawn uses print("texthere"); and printf, as Jonny5 says, pawn is based on C, although C++ derives itself from C.