samp-server.exe error
#1

when i try run "samp-server.exe" the error comes




please help
Reply
#2

you are missing a plugin file .DLL or .SO file inside plugins folder.
Reply
#3

Quote:
Originally Posted by Mikkel
you are missing a plugin file .DLL or .SO file inside plugins folder.
ok i put the plugin file .dll into plugins folder but the problem is still
Reply
#4

Quote:
Originally Posted by mohammad_momani
Quote:
Originally Posted by Mikkel
you are missing a plugin file .DLL or .SO file inside plugins folder.
ok i put the plugin file .dll into plugins folder but the problem is still
open server.cfg and add this line:

pawn Код:
plugins NAMEOFTHEFILE.DLL
Reply
#5

No,you don`t have compiled gamemode so samp-server.exe can`t found it.
Just press F5 and compile your gamemode from .pwn to .amx
Reply
#6

Quote:
Originally Posted by °Luka°
No,you don`t have compiled gamemode so samp-server.exe can`t found it.
Just press F5 and compile your gamemode from .pwn to .amx
That's not true. .amx file of the script is there but something is wrong with one of the functions which plugin uses.

Make sure you didn't make mistake like this:
pawn Код:
native FunctionName(bla, bla1, bla2);

public FunctionName(bla, bla1)
{
// code
return 1;
}

Or you maybe didn't included the plugin's .inc file in which are natives?
Reply
#7

Yes, that is true.
You can`t know if gamemode`s .amx is there or not.
Try deleting your .amx file and you will get same error.
Reply
#8

Quote:
Originally Posted by °Luka°
Yes, that is true.
You can`t know if gamemode`s .amx is there or not.
Try deleting your .amx file and you will get same error.
No, it's not. If .amx file is not there then the samp-server.exe will log in server_log.txt that that gamemode doesn't exist and it will close in less then a second.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)