Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Post your server.cfg
It's obviously wrong and you try to load as plugins "zcmd" which is an include and "1" which is nothing. The sscanf failed because you may not have sscanf.dll into the plugins folder or .NET
About the message:
"I couldn't load any gamemode scripts. Please verify your server.cfg
It needs a gamemode0 line at the very least."
the gamemode you try to load doesn't exist or it's not compiled.
Posts: 43
Threads: 7
Joined: Jun 2013
Reputation:
0
Try compiling your script. If it has compiled make see you have a line in your server.cfg that says:
gamemode0 <scriptname>
If my script was called rvrp the line would be: gamemode0 rvrp
If you do this and you still have any issues let me know.
Posts: 14
Threads: 2
Joined: Jan 2014
Reputation:
0
and now MSVCR.100dll file is not valid image or missing, i got both , MsVCR and MSCP, to the server folder.
what i need to do ?
Posts: 43
Threads: 7
Joined: Jun 2013
Reputation:
0
Send me the server log please.
Posts: 14
Threads: 2
Joined: Jan 2014
Reputation:
0
it's still the same..
v0.3z, ©2005-2014 SA-MP Team
[21:30:18]
[21:30:18] Server Plugins
[21:30:18] --------------
[21:30:18] Loading plugin: sscanf
[21:30:19] Failed.
[21:30:19] Loading plugin: 1
[21:30:19] Failed.
[21:30:19] Loading plugin: mysql
[21:30:19] SA:MP MySQL Plugin v2.1.1 Loaded.
[21:30:19] Loaded.
[21:30:19] Loading plugin: 1
[21:30:19] [MySQL] Thread running. Threadsafe: Yes.
[21:30:19] Failed.
[21:30:19] Loaded 1 plugins.
[21:30:19] I couldn't load any gamemode scripts. Please verify your server.cfg
[21:30:19] It needs a gamemode0 line at the very least.
Posts: 43
Threads: 7
Joined: Jun 2013
Reputation:
0
You sure there's a .pwn and a .amx file in the gamemodes folder? You are there was no errors in the script? When you compile it should say that it has compiled to the .amx in the bottom left corner of PAWNO.
Posts: 14
Threads: 2
Joined: Jan 2014
Reputation:
0
sir where is .NET Folder ?
Posts: 14
Threads: 2
Joined: Jan 2014
Reputation:
0
o yep, i loaded the server ,but just sscanf is not loading. i cant find .NET FOLDER.
Posts: 43
Threads: 7
Joined: Jun 2013
Reputation:
0
If you mean the .NET framework (not SAMP) it's in Program Files. If you're asking for a .net folder in the server there shouldn't be one.