SA-MP Forums Archive
File/Function not found on VPS, but fine on my PC. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: File/Function not found on VPS, but fine on my PC. (/showthread.php?tid=521765)



File/Function not found on VPS, but fine on my PC. - Cookland - 24.06.2014

Right, This is my problem..

I have got a script on my computer, which runs effectively with no errors at all. I can compile the pawno script and everything works perfectly.

And so, seeing as thought it was working perfectly, I purchased this VPS, so I can host it 24/7.

I compiled it one last time before adding it into a WinRAR archive, to then copy it directly on the VPS.

I extracted it all, planting the information onto the desktop.

As I go to run my samp-server.exe, I recieve an issue for a file or function.

This is obviously to do with the VPS, as I have no issues on my own desktop.

Код:
This is on my computer: http://prntscr.com/3w0si0
And this is the VPS: http://prntscr.com/3w0sdi



Re: File/Function not found on VPS, but fine on my PC. - iAnonymous - 24.06.2014

Linux:

[PLUGINNAME].so

Widnows:
[PLUGINNAME]

Make sure you have entered plugins using the above syntax.


Re: File/Function not found on VPS, but fine on my PC. - Kar - 24.06.2014

crashdetect failed, maybe you have the crashdetect native functions in your gamemode script.


Re: File/Function not found on VPS, but fine on my PC. - Cookland - 24.06.2014

After putting in Crashdetect.dll

http://prntscr.com/3w2uut
http://prntscr.com/3w2v8r


Re: File/Function not found on VPS, but fine on my PC. - Dignity - 24.06.2014

Update your streamer include/plugin and try again.