05.06.2009, 21:11
samp-server.exe error
05.06.2009, 21:15
you are missing a plugin file .DLL or .SO file inside plugins folder.
05.06.2009, 21:19
Quote:
Originally Posted by Mikkel
you are missing a plugin file .DLL or .SO file inside plugins folder.
|
06.06.2009, 12:16
Quote:
Originally Posted by mohammad_momani
Quote:
|
pawn Код:
plugins NAMEOFTHEFILE.DLL
06.06.2009, 12:27
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
Just press F5 and compile your gamemode from .pwn to .amx
06.06.2009, 12:34
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 |
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?
06.06.2009, 12:45
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.
You can`t know if gamemode`s .amx is there or not.
Try deleting your .amx file and you will get same error.
06.06.2009, 12:46
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. |
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)