29.06.2011, 09:33
So what is better to own? VPS or Hosting from a company? any pluses and minus for each of them?
(Gathering some informations for further server)
(Gathering some informations for further server)
I'm guessing you have a Linux VPS so, make sure you are not trying to include any plugins which are .dll's. If that's not the case remove plugins one by one until your script works.
If you have no plugins, It will be a problem with your script. |
Make sure you have libstdc++ 6 installed correctly on the VPS, this is required by SA-MP servers to work.
If it still does not work, please make sure that your samp03svr is chmodded. execute chmod 700 * in your SA-MP server directory. Also, please make a seperate account to run SA-MP servers, it's bad to run them under root do the following: useradd samp passwd samp and then enter your chosen password. |
Make sure that everything in your script is Linux compatible, includes etc. I would take a look, however I guess it's your personal script.
|
Run time error 19: "File or function is not found" |
SA-MP Dedicated Server ---------------------- v0.3c R2, ©2005-2011 SA-MP Team [07:46:41] filterscripts = "" (string) [07:46:41] [07:46:41] Server Plugins [07:46:41] -------------- [07:46:41] Loading plugin: streamer.so [07:46:41] Failed (plugins/streamer.so: cannot restore segment prot after reloc: Permission denied) [07:46:41] Loading plugin: sscanf.so [07:46:41] [07:46:41] =============================== [07:46:41] sscanf plugin loaded. [07:46:41] © 2009 Alex "Y_Less" Cole [07:46:41] =============================== [07:46:41] Loaded. [07:46:41] Loaded 1 plugins. [07:46:41] [07:46:41] Filter Scripts [07:46:41] --------------- [07:46:41] Loaded 0 filter scripts. [07:46:41] Script[gamemodes/Tokyo.amx]: Run time error 19: "File or function is not found" [07:46:41] Number of vehicle models: 0 [07:46:51] --- Server Shutting Down. [07:46:51] [07:46:51] =============================== [07:46:51] sscanf plugin unloaded. [07:46:51] =============================== |
Make sure you are not using any functions in your script from other plugins (which you may have forgotten to remove from moving from windows.)
|
#include < a_samp >
#include < ZCMD >
#include < sscanf2 >
#include <YSI/y_ini>
#include <colors>
#include <streamer>
#include <foreach>
#include <MWeather>
chmod 700 * -R