Posts: 4
Threads: 1
Joined: May 2011
Reputation:
0
On my computer plugins (sscanf.dll, streamer.dll) works perfect, but on dedicated server I have error 'File or function not found' because 0 plugins loaded. On dedicated is Windows Server 2003 and Windows XP in virtual box.
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Check the permissions on the plugin dll's, Im not sure how Windows Server handles them, maybe samp-server.exe just has no permission to access the files.
Could also be missing MS framework.
Posts: 4
Threads: 1
Joined: May 2011
Reputation:
0
What version of Net Framework is needed?
And... how run samp03svr on ubuntu, I open terminal and write 'nohup ./gta/samp03svr' but this say ' not permissions'
and I write 'chmod 777 ./gta' and 'chmod 777 ./gta/samp03svr' but same problem with permissions
I can give access to dedicated and you do this for me with 'hand'
sorry for english
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
chmod -R 777 ./gta will set the permissions for ALL files in the server to be available for all users. Just use this for testing, and restrict it as soon as you know how to do it.