SA-MP Forums Archive
Run time - 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 (/showthread.php?tid=561238)



Run time - BeesSi - 01.02.2015

Well , i got all the new includes and plugins but it still gives me the " Run time error 19: "File or function is not found" error.

My logs :

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[17:42:50] filterscripts = ""  (string)
[17:42:50] weapon_rate = 30  (int)
[17:42:50] stream_distance = 200.000000  (float)
[17:42:50] 
[17:42:50] Server Plugins
[17:42:50] --------------
[17:42:50]  Loading plugin: audio.so
[17:42:50] 

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[17:42:50]   Loaded.
[17:42:50]  Loading plugin: streamer.so
[17:42:50]   Loaded.
[17:42:50]  Loading plugin: sscanf.so
[17:42:50] 

[17:42:50]  ===============================

[17:42:50]       sscanf plugin loaded.     

[17:42:50]          Version:  2.8.1        

[17:42:50]    © 2012 Alex "******" Cole  

[17:42:50]  ===============================

[17:42:50]   Loaded.
[17:42:50]  Loaded 3 plugins.

[17:42:50] 
[17:42:50] Filterscripts
[17:42:50] ---------------
[17:42:50]   Loaded 0 filterscripts.

[17:42:51] Script[gamemodes/besi.amx]: Run time error 19: "File or function is not found"
[17:42:51] Number of vehicle models: 0
Any solution ? It's Linux Server ( Cent0s )


Re: Run time - Medscripter - 01.02.2015

Maybe You are Forget a Plugins


Re: Run time - BeesSi - 01.02.2015

No man.


Re: Run time - ikkentim - 01.02.2015

Try
https://sampforum.blast.hk/showthread.php?tid=249226


Re: Run time - BeesSi - 01.02.2015

Still won't work


Re: Run time - Medscripter - 01.02.2015

add a filterscript


----------------------------------------------------------
if i m help you +REP


Re: Run time - BeesSi - 01.02.2015

What filterscript


Re: Run time - supernerd2000 - 02.02.2015

You need to put main() in between your includes and defines.


Re: Run time - BeesSi - 02.02.2015

Still isn't working..


Re: Run time - BeesSi - 03.02.2015

Anyone could help me ?