[SOLVED] Run time error 19: "File or function is not found"
#1

I got this usual error : "Run time error 19: "File or function is not found"
I've searched and searched. all the issues i've found have not fixed it..

The Plugin is loaded, The server is Linux, It works fine on my Home computer (Windows).
Any Idea why?
Yes I have the main() function

Copy of the server log
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3a R7, ©2005-2010 SA-MP Team

[13:47:17] filterscripts = "" (string)
[13:47:17] 
[13:47:17] Server Plugins
[13:47:17] --------------
[13:47:17] Loading plugin: streamer.so
[13:47:17] 
*** Streamer Plugin v2.3.8 by Incognito loaded ***

[13:47:17]  Loaded.
[13:47:17] Loaded 1 plugins.

[13:47:17] 
[13:47:17] Filter Scripts
[13:47:17] ---------------
[13:47:17]  Loaded 0 filter scripts.

[13:47:17] Script[gamemodes/pano.amx]: Run time error 19: "File or function is not found"
[13:47:17] Number of vehicle models: 0
Thanks In advance

-----------------------------------------------------------------------------------------------------------

SOLVED : Thanks to Phento!

Try:
Download streamer.inc copy pawno/include folder.
Replaced (streamer.inc 2.3.7) to (streamer.inc 2.3.8 )
Open pawn editor pano.pwn add the gamemode:
PAWN Code:

#include <streamer>

Press F5 compiled pano.amx
Reply
#2

If you are running Microsft Windows, you need the streamer.dll file of the plugin. streamer.so is for Linux.
Reply
#3

Quote:
Originally Posted by DJDhan
If you are running Microsft Windows, you need the streamer.dll file of the plugin. streamer.so is for Linux.
You have mis-read.

It's actually working fine on my windows (streamer.dll = Windows), but when i try to run on my hosted server (streamer.so = linux), i get that error.
Reply
#4

Try:
Download streamer.inc copy pawno/include folder.
Replaced (streamer.inc 2.3.7) to (streamer.inc 2.3.8 )
Open pawn editor pano.pwn add the gamemode:
pawn Код:
#include <streamer>
Press F5 compiled pano.amx
Reply
#5

I did not mis-read. You didn't provide enough information about your problem.
Reply
#6

Quote:
Originally Posted by Phento
Try:
Download streamer.inc copy pawno/include folder.
Replaced (streamer.inc 2.3.7) to (streamer.inc 2.3.8 )
Open pawn editor pano.pwn add the gamemode:
pawn Код:
#include <streamer>
Press F5 compiled pano.amx
Woah, i'm so thankful mate. it worked.. Love you.


Reply
#7

tryed this it did not work =/
Reply
#8

can you give me a link for streamer.inc 2.3.8 tnx.. cuz i can't fix my problem... hope you can help me...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)