20.06.2010, 13:39
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
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
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
-----------------------------------------------------------------------------------------------------------
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