SA-MP Forums Archive
JiHost - Question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: JiHost - Question (/showthread.php?tid=331106)

Pages: 1 2


Re: JiHost - Question - ColorHost-Kevin - 03.04.2012

Is your gamemode .amx file uploaded to the gamemodes folder?


Re: JiHost - Question - kikito - 03.04.2012

Compile your gamemode, and upload for the host(folder gamemode).
Just upload the .amx files.
Cmon, you do not know it? -.-


Re: JiHost - Question - Yordan_Kronos - 03.04.2012

Yes,he is uploaded


Re: JiHost - Question - kikito - 03.04.2012

Install plugins, .so files.


Re: JiHost - Question - Yordan_Kronos - 03.04.2012

I WILL try


Re: JiHost - Question - Yordan_Kronos - 03.04.2012

Code:
 [22:58:23] Number of vehicle models: 0
[22:58:23] Script[gamemodes/rp.amx]: Run time error 19: "File or function is not found"

[22:58:23] Loaded 1 filter scripts.
[22:58:23] Unable to load filter script 'jobs.amx'.
[22:58:23] Loading filter script 'jobs.amx'...
[22:58:23] Unable to load filter script 'factions.amx'.
[22:58:23] Loading filter script 'factions.amx'...
[22:58:23] Loading filter script 'House_System.amx'...
[22:58:23] ---------------
[22:58:23] Filter Scripts
[22:58:23]

[22:58:23] Loaded 0 plugins.
[22:58:23] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[22:58:23] Loading plugin: streamer
[22:58:23] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[22:58:23] Loading plugin: sscanf
[22:58:23] --------------
[22:58:23] Server Plugins
[22:58:23]



Re: JiHost - Question - kikito - 03.04.2012

it's .so for linux, so add plugins <name>.so.


Re: JiHost - Question - ColorHost-Kevin - 03.04.2012

The server must be linux then, and requires the linux plugins .so

so the plugins line would look like this:

plugins streamer.so sscanf.so


Re: JiHost - Question - Yordan_Kronos - 03.04.2012

Yes .so Work thanks all my gamemode started


Re: JiHost - Question - ColorHost-Kevin - 03.04.2012

Quote:
Originally Posted by Yordan_Kronos
View Post
Yes .so Work thanks all my gamemode started
Glad it is working for you!