What else could be 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 else could be missing ? (
/showthread.php?tid=300424)
What else could be missing ? -
=WoR=G4M3Ov3r - 30.11.2011
PHP код:
#include <a_samp>
#include <core>
#include <float>
#include <time>
#include <file>
#undef MAX_PLAYERS
#define MAX_PLAYERS 150
#define MAX_ZONE_NAME 28
#include <djson>
#include <streamer>
#include <yom_buttons>
#include <Dini>
#include <sscanf>
Streamer, and Sscanf are the current plugins, however its still giving a Runtime error 19.
What else have I missed ?
Re: What else could be missing ? -
[MG]Dimi - 30.11.2011
#include <core>
#include <float>
#include <time>
#include <file>
Included auto in a_samp.inc
Maybe zcmd.inc? or dutils, dudb, dini... who knows.
You have to think what you have used. Maybe add Whirlpool.dll?
Re: What else could be missing ? -
=WoR=G4M3Ov3r - 30.11.2011
Quote:
Originally Posted by [MG]Dimi
#include <core>
#include <float>
#include <time>
#include <file>
Included auto in a_samp.inc
Maybe zcmd.inc? or dutils, dudb, dini... who knows.
You have to think what you have used. Maybe add Whirlpool.dll?
|
I am not a retard.. I just can't seem to know what PLUGIN I'm missing, and since I'm using dini, and already showed you in the previous post I am, I'm not in need of zcmd, nor dutils, or dudb.
Edit: Nvm, I missed a really pathetic thing.
Re: What else could be missing ? -
NessaHD - 30.11.2011
Do you use the newest sscanf?
If so, then type #include <sscanf2>
Re: What else could be missing ? -
=WoR=G4M3Ov3r - 30.11.2011
Quote:
Originally Posted by cruteX_modshop
Do you use the newest sscanf?
If so, then type #include <sscanf2>
|
That wasn't the problem.
Re: What else could be missing ? -
NessaHD - 30.11.2011
Quote:
Originally Posted by =WoR=G4M3Ov3r
That wasn't the problem.
|
Oh, sorry then.
Re: What else could be missing ? -
FireCat - 30.11.2011
Quote:
Originally Posted by =WoR=G4M3Ov3r
PHP код:
#include <a_samp>
#include <core>
#include <float>
#include <time>
#include <file>
#undef MAX_PLAYERS
#define MAX_PLAYERS 150
#define MAX_ZONE_NAME 28
#include <djson>
#include <streamer>
#include <yom_buttons>
#include <Dini>
#include <sscanf>
Streamer, and Sscanf are the current plugins, however its still giving a Runtime error 19.
What else have I missed ?
|
Probably it's nothing to do with plugins.