SA-MP Forums Archive
[HELP] "Faild to load gamemode" - 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] "Faild to load gamemode" (/showthread.php?tid=595880)



[HELP] "Faild to load gamemode" - JockzC - 09.12.2015

I'm having problem, not that we loaded gamemode? http://prntscr.com/9bwbcn
I do not know what the problem is, so if anyone can help me?
I have crashdetect and nativechecker but again not.


Re: [HELP] "Faild to load gamemode" - Jstylezzz - 09.12.2015

Did you compile the script at all? Or did you just rename the .pwn to .amx? If you scripted something, be sure to hit compile (F5 when using pawno). That will convert the script into machine code.


Re: [HELP] "Faild to load gamemode" - dxhj - 10.12.2015

If you compiled your .pwn file with any error, there won't be any .amx file (compiled code). Be sure to check if your code compiles correctly and there's a .amx file together with your gamemode.


Re: [HELP] "Faild to load gamemode" - Jstylezzz - 10.12.2015

Quote:
Originally Posted by dxhj
Посмотреть сообщение
If you compiled your .pwn file with any error, there won't be any .amx file (compiled code). Be sure to check if your code compiles correctly and there's a .amx file together with your gamemode.
If there's no .amx file you will get a different error


Re: [HELP] "Faild to load gamemode" - RaajParker - 10.12.2015

Quote:
Originally Posted by Jstylezzz
Посмотреть сообщение
If there's no .amx file you will get a different error
NO if there is no .amx the script/file will not load in the server.samp.exe

Solve : Go to your gamemode press F5 and see if their is any errors thn if it has errors correct it if no leave it and press F5


Re: [HELP] "Faild to load gamemode" - Jstylezzz - 10.12.2015

Quote:
Originally Posted by RaajParker
Посмотреть сообщение
NO if there is no .amx the script/file will not load in the server.samp.exe
Exactly, that's what I said right? A different error. Check the server_log.txt, you will notice that there is an error saying it couldn't load any gamemode scripts, after which the server exe closes.


Re: [HELP] "Faild to load gamemode" - JockzC - 10.12.2015

When I click compile waiting a few seconds appears not responding program. But do not lose the .amx file.