samp-server.exe - 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: samp-server.exe (
/showthread.php?tid=391922)
samp-server.exe -
Socan - 12.11.2012
Well I'm starting up this new TDM script and once I added sscanf2, zcmd, dini and dubd to support my admin script I seem too be getting this:
Код:
SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team
[17:41:02] filterscripts = "" (string)
[17:41:02]
[17:41:02] Server Plugins
[17:41:02] --------------
[17:41:02] Loading plugin: sscanf2
[17:41:02] Failed.
[17:41:02] Loaded 0 plugins.
[17:41:02]
[17:41:02] Filterscripts
[17:41:02] ---------------
[17:41:02] Loaded 0 filterscripts.
[17:41:02] Script[gamemodes/afp.amx]: Run time error 19: "File or function is not found"
[17:41:02] Number of vehicle models: 0
Re: samp-server.exe -
-=Dar[K]Lord=- - 12.11.2012
see wether there is a line called
some times it happens because of this line not being there... if this line is not there add it
pawn Код:
[17:41:02] Server Plugins
[17:41:02] --------------
[17:41:02] Loading plugin: sscanf2
[17:41:02] Failed.
[17:41:02] Loaded 0 plugins.
Lol plugin failure check wether there are both .so .dll plugins and if not there re download it recompile all scripts and run the server
Re: samp-server.exe -
Socan - 12.11.2012
This?
Код:
main()
{
print("\n----------------------------------");
print(" Austrlian TeamDeathMatch by Socan loading");
print("----------------------------------\n");
}
Re: samp-server.exe -
XtremeR - 12.11.2012
[17:41:02] Loading plugin: sscanf2
[17:41:02] Failed.
[17:41:02] Loaded 0 plugins.
update ur plugins + includes
@Dark its all useless, he is not having the correct plugins..
Re: samp-server.exe -
-=Dar[K]Lord=- - 12.11.2012
Quote:
Originally Posted by XtremeR
[17:41:02] Loading plugin: sscanf2
[17:41:02] Failed.
[17:41:02] Loaded 0 plugins.
update ur plugins + includes
@Dark its all useless, he is not having the correct plugins..
|
lol yea i know i forgot to see that.....
i edited it
Re: samp-server.exe -
Socan - 12.11.2012
Just did that, nothing changed.
Re: samp-server.exe -
XtremeR - 12.11.2012
get the new includes + plugins and then re compile the gamemode, then run ..
Re: samp-server.exe -
Sting. - 12.11.2012
Remember if your script always crashes and you want it to just rerun/restart,
This program will restart the samp-server.exe process if the SA-MP server crashes. All you need to do is to save a textfile with the ending .bat with the following content:
Код:
:Start
samp-server.exe
goto start
Re: samp-server.exe -
CrazyChoco - 12.11.2012
Any hidden plugins?