SA-MP Forums Archive
run time error 19 - 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)
+--- Thread: run time error 19 (/showthread.php?tid=389448)



run time error 19 - Joshswag - 02.11.2012

So, I finished my server and i'm in the works of making it public, But once i transferred all my gameserver on volt host, i got a runtime 19 error, i tried to re install all the files, still have it, i got crashdetecter plugin but i'm not sure if it worked, But i found this in my log.
Код:
[01:18:46] [debug] Run time error 19: "File or function is not found"
[01:18:46] [debug]   The following natives are not registered:
[01:18:46] [debug]     RemoveBuildingForPlayer
[01:18:46] Script[gamemodes/Roleplay.amx]: Run time error 19: "File or function is not found"
[01:18:46] Number of vehicle models: 0
Can anyone help? Volt host support have stopped replying to me.


Re: run time error 19 - Glint - 02.11.2012

What plugins you have ? Are they the latest version ? Are they loading up correctly ?


Re: run time error 19 - Joshswag - 02.11.2012

I have streamer, GeoIP_plugin, sscanf, nativechecker/crashdetecter.
They all seem to load, not outdated, Run fine on my computer.


Re : run time error 19 - yusei - 02.11.2012

Check your plugins Or

add this line belew anywhere in your script (if it d'ont exist)


main()
{

}