Hosting problems
#1

Hi, i bought a host at Jihost and uploaded all my files, but when i start my server it says this.

Код:
Script[gamemodes/las-rpg.amx]: Run time error 19: "File or function is not found"
All plugins loaded..

The server comes online but the gamemode says "Unknown".
Reply
#2

Plugin missing.
Reply
#3

All plugins i had is uploaded also no plugins were actually required to run the GM.
Reply
#4

Quote:
Originally Posted by Chrillzen
Посмотреть сообщение
All plugins i had is uploaded also no plugins were actually required to run the GM.
Positive? The most common issue that causes that error is missing/invalid format plugins.

Also missing scriptfiles would also cause that issue.
Reply
#5

I reuploaded all the scriptfiles, still not working.
Reply
#6

Linux server? Uploaded the .so linux versions as well as putting .so on the end of the plugin names in server.cfg?
Reply
#7

Yes.

Can the script be to old? It works on 0.3c when i host it tho'.

Код:
[04:51:32] Number of vehicle models: 0
[04:51:32] Script[gamemodes/lol.amx]: Run time error 19: "File or function is not found"

[04:51:32] Loaded 2 filter scripts.
[04:51:32] Loading filter script 'gl_actions.amx'...
[04:51:32] Loading filter script 'Basket.amx'...
[04:51:32] ---------------
[04:51:32] Filter Scripts
[04:51:32]

[04:51:32] Loaded 2 plugins.
[04:51:32] Loaded.

[04:51:32] ===============================

[04:51:32] © 2009 Alex "******" Cole

[04:51:32] sscanf plugin loaded.

[04:51:32] ===============================

[04:51:32]
[04:51:32] Loading plugin: sscanf.so
[04:51:32] Loaded.

*** GVar Plugin v1.3 by Incognito loaded ***
Reply
#8

check all your strings for filenames (like "UserData/%s", or "Objects/CityHallFloor.txt"), for their caption: "Babul" is not "babul". the whole linux filesystem is case-sensitive, even a directory with an Uppercase letter can cause problems, also a wrong-spelled plugin in the server.cfg ("Streamer.so" fails where "streamer.so" succeeds)..
Reply
#9

So they are suppose to be in lowercase?

I do have alot of filesaving in my script, changing it to lowercase now.
Reply
#10

I changed everything but it's still not working.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)