SA-MP Forums Archive
Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help (/showthread.php?tid=634266)



Help - Hydra_RuleZ - 16.05.2017

I'm having a problem here on my server a bit awkward, on my computer it works perfectly but when I try to start it on vps it gets this error, can someone help me?
Thanks for the attention ...



Re: Help - DobbysGamertag - 16.05.2017

Add .so to the plugins if you're using Linux.

Код:
mysql.so sscanf.so etc etc
MySQL may require mysql_static or some other variant to run if its Linux


Re: Help - Hydra_RuleZ - 16.05.2017

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
Add .so to the plugins if you're using Linux.

Код:
mysql.so sscanf.so etc etc
MySQL may require mysql_static or some other variant to run if its Linux
My vps use Windows server 2008...


Re: Help - ShihabSoft - 16.05.2017

Btw, post your server log, so that we could checkout what's really wrong loading those plugins.


Re: Help - Sew_Sumi - 16.05.2017

Quote:
Originally Posted by ShihabSoft
Посмотреть сообщение
Btw, post your server log, so that we could checkout what's really wrong loading those plugins.
You do realize that the server.log is shown as the console is visible in the screenshot right?



Chances are OP is missing a runtime, or has put the dlls, in the wrong place.


Post up your plugins line from the server.cfg.


Re: Help - Vince - 16.05.2017

99% sure it's the VC++ runtime libraries.

Also don't run shit under the Administrator account. Create a new account to run the server or use the inbuilt NETWORK SERVICE. Use the Task Scheduler for that.


Re: Help - Hydra_RuleZ - 16.05.2017

Quote:
Originally Posted by Vince
Посмотреть сообщение
99% sure it's the VC++ runtime libraries.

Also don't run shit under the Administrator account. Create a new account to run the server or use the inbuilt NETWORK SERVICE. Use the Task Scheduler for that.
i have vc++ installed in vps bro