samp-server.exe
#1

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
Reply
#2

see wether there is a line called

pawn Код:
main() {}
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
Reply
#3

This?
Код:
main()
{
	print("\n----------------------------------");
	print(" Austrlian TeamDeathMatch by Socan loading");
	print("----------------------------------\n");
}
Reply
#4

[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..
Reply
#5

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
Reply
#6

Just did that, nothing changed.
Reply
#7

get the new includes + plugins and then re compile the gamemode, then run ..
Reply
#8

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
Reply
#9

Any hidden plugins?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)