SA-MP Forums Archive
What am I missing? - 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: What am I missing? (/showthread.php?tid=303875)



What am I missing? - vent - 15.12.2011

#include <a_samp>
#include <a_mysql>
#include <zcmd>
#include <streamer>
#include <foreach>
#include <GetVehicleColor>
These are the includes

plugins mysql sscanf streamer

These are the plugins

And im getting Run time error 19: "File or function is not found"?
What can be the problem? It compiles without problems.


Re: What am I missing? - kizla - 15.12.2011

in server.cfg

for stremaer and sscanf if you using linux you must put stremaer.so sscanf.so and add the lastest update...


Re: What am I missing? - vent - 15.12.2011

All my plugins are updated and im using Windows.


Re: What am I missing? - kizla - 15.12.2011

give me your server log..


Re: What am I missing? - sleepysnowflake - 15.12.2011

Are you missing your GAMEMODE, do you have it compiled ?


Re: What am I missing? - vent - 16.12.2011

Yes i have it compiled. Why do you need my server log? It says exactly the same.


Re: What am I missing? - Tigerkiller - 16.12.2011

recheck your server.cfg


Re: What am I missing? - fiki574 - 16.12.2011

plugins.dll mysql.dll sscanf.dll streamer.dll

OR

plugins.so mysql.so sscanf.so streamer.so


Re: What am I missing? - kizla - 16.12.2011

Quote:
Originally Posted by vent
Посмотреть сообщение
Yes i have it compiled. Why do you need my server log? It says exactly the same.
so i can see what is missing, what is not load... and why you get this error


Re: What am I missing? - BlackWolf120 - 16.12.2011

Are u using 0.3d or 0.3c?
Streamer plugin by incognito? (if not then id recommend it)

-Check?
Quote:

//by Incognito for the streamer plugin
If you are running Windows, you must install the Microsoft .NET Framework 3.5 SP1 or higher.

-Also try to redownload your streamer plugin (in case its the one by Incognito) cause not a long time ago the released 2.5.2R2 version was buggy. (due to bad compile flags.)

-Compiled the script with the Newest mysql include? (also the right one? Even if this sounds stupid, this already was the case for some people) What mysql plugin are u using?
StrickenKid's?
Also i can recommend you StrickenKid's as i ve never had any issues with it but i had with other mysql plugins.