[HELP] Loading plugin into server? (another questions aswell )
#8

Quote:
Originally Posted by Toribio
Usually (I think always) this error happens when the samp-server.exe cannot find the "exports" functions.

So, check if the file yourplugin.def is being loaded by your plugin on VC++ config.

If it's loaded, and the error continues, try to see if all functions wich samp-server.exe calls are in your plugin and in the .def file.

Code:
EXPORTS
	Supports
	Load
	Unload
	AmxLoad
	AmxUnload
Those are the functions wich samp-server.exe calls.

And the .vcproj config: ModuleDefinitionFile="yourplugin.def"
this looks like this might be the problem but im not sure what most of it means, lol...

what file is yourplugin.def ?? (my plugin name is mysql.dll) and i am not sure how i check what the samp-server.exe is calling...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)