Posts: 83
Threads: 13
Joined: Sep 2012
Reputation:
0
When i run samp-server.exe,i get this error {Script[gamemodes/SCNR.amx]: Run time error 19: "File or function is not found"}
I checked the server.cfg...Everything was fine......Help me please
Posts: 139
Threads: 7
Joined: Jun 2012
Reputation:
0
Check the GM folder, it may not be there.
Posts: 112
Threads: 1
Joined: Dec 2010
Reputation:
0
Make sure that the following files are present inside of your GameMode folder:
GameMode.pwn
GameMode.amx
From these two, the .amx file is the most important, as that's the file containing the code that SA-MP actually reads. the .pwn is optional, though I prefer to put it in as well.
If it is actually in there, make sure you didn't mistakenly mistype anything in your server.cfg, as the gamemode names need to match completely. Make sure the gamemode names contains no spaces.
Posts: 783
Threads: 60
Joined: Mar 2011
Reputation:
0
Please show us the serverlog.
Posts: 83
Threads: 13
Joined: Sep 2012
Reputation:
0
[12:17:08] Script[gamemodes/SCNR.amx]: Run time error 19: "File or function is not found"
[12:17:08] Number of vehicle models: 0
this is the server log
Posts: 68
Threads: 1
Joined: Nov 2011
Reputation:
0
English: just post complete server_log
Posts: 83
Threads: 13
Joined: Sep 2012
Reputation:
0
just added '1' after gm name in server.cfg...Now it's working