Posts: 44
Threads: 4
Joined: Feb 2011
Reputation:
0
I am keep getting this error when I tried to run my server Run time error 19: "File or Function is not found "
* I have all plugins needed to run it
* My script compile with no errors
* I have everything in my proper place
* All plugins are loaded
* I have .NET FRAMEWORK 3.5
BTW how will i know which plugin my script is needed
Posts: 2,726
Threads: 85
Joined: Jul 2010
Reputation:
0
Maybe, some of your plugins Fails to load. Show us your server.log .
Posts: 44
Threads: 4
Joined: Feb 2011
Reputation:
0
HERE IT IS
SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team
[16:51:09] weburl = "www.sa-mp.com" (string)
[16:51:09]
[16:51:09] Server Plugins
[16:51:09] --------------
[16:51:09] Loading plugin: sscanf
[16:51:09]
[16:51:09] ===============================
[16:51:09] sscanf plugin loaded.
[16:51:09] © 2009 Alex "******" Cole
[16:51:09] ===============================
[16:51:09] Loaded.
[16:51:09] Loading plugin: streamer
[16:51:09]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[16:51:09] Loaded.
[16:51:09] Loaded 2 plugins.
[16:51:09]
[16:51:09] Filter Scripts
[16:51:09] ---------------
[16:51:09] Loading filter script 'GarHouse.amx'...
[16:51:10]
>> GarHouse v1.3 By [03]Garsino Loaded <<
[16:51:10]
Total Houses Loaded: 0
[16:51:10] Loading filter script 'yRace.amx'...
[16:51:10]
+--------------------------------+
[16:51:10] | Yagu's Race Filterscript v0.4a |
[16:51:10] +--------------LOADED------------+
[16:51:10] Loaded 2 filter scripts.
[16:51:10] Script[gamemodes/gangwar.amx]: Run time error 19: "File or function is not found"
[16:51:10] Number of vehicle models: 0
Posts: 44
Threads: 4
Joined: Feb 2011
Reputation:
0
tried not works. It's an unknown error. I have tried every every every thing but not works.
Posts: 40
Threads: 5
Joined: Jan 2011
Reputation:
0
have you added in your server.cfg
plugins streamer ...
NOT
plugins streamer.dll ...
or u need a "main part"
like
main()
{
print("Meadl of Honor TDM running...");
}
Posts: 44
Threads: 4
Joined: Feb 2011
Reputation:
0
tried everything as possible with my hearth off. But not works. Could it be a scripting problem?
Posts: 2,726
Threads: 85
Joined: Jul 2010
Reputation:
0
It can be a script problem yes, try grand larency, and see if it still happens, if it doesn't work with glarc, then it's not the script.