SA-MP Forums Archive
Runtime Error - Server [ ! ] - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Runtime Error - Server [ ! ] (/showthread.php?tid=154900)



Runtime Error - Server [ ! ] - zombie13333 - 16.06.2010

I don't understand? It compiled fine. And I get this when running Server?

Код:
SA-MP Dedicated Server
----------------------
v0.3a R7, ©2005-2010 SA-MP Team

[20:57:58] filterscripts = "" (string)
[20:57:58] 
[20:57:58] Server Plugins
[20:57:58] --------------
[20:57:58] Loaded 0 plugins.

[20:57:59] 
[20:57:59] Filter Scripts
[20:57:59] ---------------
[20:57:59]  Loaded 0 filter scripts.

[20:57:59] Script[gamemodes/ZombieLSRP.amx]: Run time error 19: "File or function is not found"
[20:57:59] Number of vehicle models: 0



Re: Runtime Error - Server [ ! ] - ihatetn931 - 16.06.2010

Means there is no .amx in your gamemodes folder with that name, You need to compile your scirpt before you can play it


Re: Runtime Error - Server [ ! ] - zombie13333 - 16.06.2010

I did compile it...? Maybe it's in Compatability files? Right now it's in: GTA San Andreas/SAMP/Gamemodes/ZombieLSRP.amx


Re: Runtime Error - Server [ ! ] - zombie13333 - 16.06.2010

I don't understand .. It works with the pre-set servers. But not mine


Re: Runtime Error - Server [ ! ] - ihatetn931 - 16.06.2010

Quote:
Originally Posted by Zombie
I don't understand .. It works with the pre-set servers. But not mine
If it's in compbality files copy it and put it in your gamemodes folder


Re: Runtime Error - Server [ ! ] - zombie13333 - 16.06.2010

It's not. It never was. I just double-checked. What's wrong with my server? I have been working on it since 0.2.2


Re: Runtime Error - Server [ ! ] - TheInnocentOne - 16.06.2010

Run time error does not mean it cannot find the .amx file, you have compiled it and the server is loading the script. However, it is looking for a function that does not exist. Do you have any plugins that should be enabled?


Re: Runtime Error - Server [ ! ] - zombie13333 - 16.06.2010

OOOHHHH YES!!! THATS IT!! THANK YOU!!


Re: Runtime Error - Server [ ! ] - TheInnocentOne - 16.06.2010

No problem