29.06.2012, 16:17
(
Last edited by MadeMan; 16/07/2012 at 03:10 PM.
)
Scripting FAQ is definitely needed. The spam produced by asking/answering same questions over and over and over again in new topics is overwhelming.
Is this the thread where we can link new scripters to or is it just for gathering info for something else?
I'll add some here:
Q: Command not working / dialog not responding
A: You have a return 1 in OnPlayerCommandText / OnDialogResponse (in some other script) that blocks it. The last return in these callbacks should always be 0 in filterscripts.
Q: Where can I find interiors?
A: http://files.sa-mp.com/interiors.txt
Q: Where can I find custom SA-MP objects?
A: There should be SAMP.ide file in your GTA San Andreas folder (..\GTA San Andreas\SAMP\SAMP.ide). Open it with a text editor (Notepad)
Q: How can I get coordinates for a gang zone?
A: https://sampforum.blast.hk/showthread.php?tid=276352
Q: How can I make gang zones capturable?
A: https://sampforum.blast.hk/showthread.php?tid=276352
Q: Compiling gives "error 017: undefined symbol" when using a SA-MP native function
A: Download latest server package from http://www.sa-mp.com/download.php
Q: How can I get a random player?
A: https://sampforum.blast.hk/showthread.php?tid=352900
Is this the thread where we can link new scripters to or is it just for gathering info for something else?
I'll add some here:
Q: Command not working / dialog not responding
A: You have a return 1 in OnPlayerCommandText / OnDialogResponse (in some other script) that blocks it. The last return in these callbacks should always be 0 in filterscripts.
Q: Where can I find interiors?
A: http://files.sa-mp.com/interiors.txt
Q: Where can I find custom SA-MP objects?
A: There should be SAMP.ide file in your GTA San Andreas folder (..\GTA San Andreas\SAMP\SAMP.ide). Open it with a text editor (Notepad)
Q: How can I get coordinates for a gang zone?
A: https://sampforum.blast.hk/showthread.php?tid=276352
Q: How can I make gang zones capturable?
A: https://sampforum.blast.hk/showthread.php?tid=276352
Q: Compiling gives "error 017: undefined symbol" when using a SA-MP native function
A: Download latest server package from http://www.sa-mp.com/download.php
Q: How can I get a random player?
A: https://sampforum.blast.hk/showthread.php?tid=352900