SAMP_server.exe error after running - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: SAMP_server.exe error after running (
/showthread.php?tid=244040)
SAMP_server.exe error after running -
TEXFTW - 25.03.2011
Alright, basically my script compiles correctly. It's put properly into the Server.cfg file. After I run samp_server.exe, This is what I see.
Код:
[18:35:20]----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team
[18:35:49] filterscripts = "" (string)
[18:35:49]
[18:35:49] Server Plugins
[18:35:49] --------------
[18:35:49] Loaded 0 plugins.
[18:35:49]
[18:35:49] Filter Scripts
[18:35:49] ---------------
[18:35:49] Loaded 0 filter scripts.
[18:35:49] Script[gamemodes/BORDER1.amx]: Run time error 19: "File or function is not found"
[18:35:49] Number of vehicle models: 0
.
I'm fairly certain I did everything correctly. The gamemode is in the gamemodes folder, the .pwn and .amx...
Here's some pics.
1.This is what I see when I compile.
2. This is what I get in the SAMP_Server.exe.
Re: SAMP_server.exe error after running -
Vince - 25.03.2011
Код:
[18:35:49] Server Plugins
[18:35:49] --------------
[18:35:49] Loaded 0 plugins.
Re: SAMP_server.exe error after running -
Hip-hop - 25.03.2011
Put Sscanf to plugins ...
Re: SAMP_server.exe error after running -
Mr187 - 26.03.2011
Quote:
Originally Posted by Hip-hop
Put Sscanf to plugins ...
|
Pretty much what he said check your includes and make sure you have all the plugins.