HELP ME :( - 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 ME :( (
/showthread.php?tid=413977)
HELP ME :( -
Mecie_Jam - 07.02.2013
I have my Game Mode without any errors but when I open the samp-server.exe in black window I have this error

<---THE RED ONE
Re: HELP ME :( -
bensmart469 - 07.02.2013
download nativechecker.dll
https://sampforum.blast.hk/showthread.php?tid=249226
then add to your server.cfg under the plugins part "nativechecker"
Re: HELP ME :( -
Mecie_Jam - 09.02.2013
nothing
same error
Re: HELP ME :( -
M3mPHi$_S3 - 09.02.2013
download the latest version of sscanf and streamer ... try agian
Re: HELP ME :( -
Bikken - 09.02.2013
Do you have streamer.dll in your plugins folder
Re: HELP ME :( -
Desi_Dude - 09.02.2013
Show us your server.cfg file.
Re: HELP ME :( -
Blast3r - 09.02.2013
If you got lastest version of sscanf and streamer and you're running on linux, make sure you got the ".so" files and don't forget to add ".so" at server.cfg (Linux is case sensitive), if you're not running on linux, as already said make sure u got all the plugins and that u added the plugins in server.cfg
Good luck.
Re: HELP ME :( -
]Rafaellos[ - 09.02.2013
Do you have "main(){}" in your script?
Re: HELP ME :( -
Pooh7 - 09.02.2013
That means you're calling a function that doesn't really exist.
It's usually caused by missing plugin, check the server.cfg.
If you can't find the missing plugin, download the
crashdetect plugin to detect what function is missing.
Quote:
Originally Posted by ]Rafaellos[
Do you have "main(){}" in your script?
|
Missing "main(){}" would return "Run time error
20".