samp-server.exe error - 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 (
/showthread.php?tid=80709)
samp-server.exe error -
mohammad_momani - 05.06.2009
when i try run "samp-server.exe" the error comes
please help
Re: samp-server.exe error -
shitbird - 05.06.2009
you are missing a plugin file .DLL or .SO file inside plugins folder.
Re: samp-server.exe error -
mohammad_momani - 05.06.2009
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
Re: samp-server.exe error -
shitbird - 06.06.2009
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
Re: samp-server.exe error -
Luka P. - 06.06.2009
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
Re: samp-server.exe error -
Correlli - 06.06.2009
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?
Re: samp-server.exe error -
Luka P. - 06.06.2009
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.
Re: samp-server.exe error -
Correlli - 06.06.2009
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.