runtime error 19 " file or function is not found " - 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 19 " file or function is not found " (
/showthread.php?tid=231848)
runtime error 19 " file or function is not found " -
davelord - 26.02.2011
hello, i pasted the "createdynamicobject" in a NEW gamemode, under the gamemode init, and now my gamemode does not load, i just want a empty gamemode with this map in it, help please
the object code is in attachments plez help
Re: runtime error 19 " file or function is not found " -
Stigg - 26.02.2011
Here you go, compiles and working.
Re: runtime error 19 " file or function is not found " -
davelord - 26.02.2011
I still get the same error.
[15:10:32] Script[gamemodes/test.amx]: Run time error 19: "File or function is not found"
Re: runtime error 19 " file or function is not found " -
davelord - 26.02.2011
----
Re: runtime error 19 " file or function is not found " -
Stigg - 26.02.2011
It works fine this, just tested it for ya.
Have you installed the streamer plugin properly ?
Details on how to do this are here:
https://sampforum.blast.hk/showthread.php?tid=102865
Re: runtime error 19 " file or function is not found " -
davelord - 26.02.2011
Well, I have no idea. I just placed it in the "plugin" folder.
And in pawno, ofcourse.
Re: runtime error 19 " file or function is not found " -
Mike Garber - 26.02.2011
You must install the Streamer plugin, put streamer.dll (if windows (streamer.so if Linux) in the "plugins" folder, and include streamer.inc in your gamemode, and you need to put "plugins streamer" in your server.cfg aswell.
Re: runtime error 19 " file or function is not found " -
Stigg - 26.02.2011
When you start the server look at the window, scroll up and see if its loaded.
Re: runtime error 19 " file or function is not found " -
davelord - 26.02.2011
Quote:
Originally Posted by Mike Garber
You must install the Streamer plugin, put streamer.dll (if windows (streamer.so if Linux) in the "plugins" folder, and include streamer.inc in your gamemode, and you need to put "plugins streamer" in your server.cfg aswell.
|
It's fixed, thanks both of you guys!
Re: runtime error 19 " file or function is not found " -
Stigg - 26.02.2011
No probs. Glad We could help.