SA-MP Forums Archive
Error in 0.3c Console - 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: Error in 0.3c Console (/showthread.php?tid=195861)



Error in 0.3c Console - Jacob_Venturas - 03.12.2010

[01:02:35] Script[gamemodes/americarp.amx]: Run time error 19: "File or function is not found"

I just updated to 0.3c. I used all of the new 0.3c includes. I added ManualVehicleEngineAndLights to OnGameModinit but I don't think this is causing the crash. I have no plugins and no filterscripts. My server.cfg is updated. My server is 0.3c. I have compiled a new .amx with the includes. Please, can someone tell me why this is happening?


Re: Error in 0.3c Console - Axuj - 03.12.2010

Missing scriptfiles?


Re: Error in 0.3c Console - Jacob_Venturas - 04.12.2010

Possible.... I'll check.


Re: Error in 0.3c Console - Jacob_Venturas - 04.12.2010

I think I have some plugins installed that I can't delete.


Re: Error in 0.3c Console - Jacob_Venturas - 04.12.2010

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3c RC2, ©2005-2010 SA-MP Team

[01:37:49]
[01:37:49] Server Plugins
[01:37:49] --------------
[01:37:49] Loaded 0 plugins.

[01:37:49]
[01:37:49] Ban list
[01:37:49] --------
[01:37:49] Loaded: samp.ban
[01:37:49]
[01:37:49]
[01:37:49] Filter Scripts
[01:37:49] ---------------
[01:37:49] Loading filter script 'base.amx'...
[01:37:49]
--Base FS loaded.

[01:37:49] Loaded 1 filter scripts.

[01:37:49] Script[gamemodes/americarp.amx]: Run time error 19: "File or function is not found"
[01:37:49] Number of vehicle models: 0
nothing is working


Re: Error in 0.3c Console - kacper55331 - 04.12.2010

You don't load plugins, you must insert into serwer.cfg

Sorry for my engilsh.


Re: Error in 0.3c Console - Karlip - 04.12.2010

You also need to convert the SetPlayerHoldingObject function to 0.3c.

New ones:

SetPlayerAttachedObject
RemovePlayerAttachedObject


Re: Error in 0.3c Console - Jacob_Venturas - 04.12.2010

Quote:
Originally Posted by kacper55331
Посмотреть сообщение
You don't load plugins, you must insert into serwer.cfg

Sorry for my engilsh.
I don't NEED to load plugins. Did you not read my post?
Quote:
Originally Posted by Karlip
Посмотреть сообщение
You also need to convert the SetPlayerHoldingObject function to 0.3c.

New ones:

SetPlayerAttachedObject
RemovePlayerAttachedObject
I don't use those functions in my GM.


Re: Error in 0.3c Console - T-N-Z - 04.12.2010

I have the same problem, it started without any reason, I was testing custom vehicle plates, and server after restart just stopped working, I removed all new code, and it still won't start anymore, i have no idea what is going here. Same error messege :
Run time error 19: "File or function is not found"