RunTime error 17 - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: RunTime error 17 (
/showthread.php?tid=164591)
RunTime error 17 -
typedef - 01.08.2010
#include <a_samp>
#include <core>
#include <float>
#include <sscanf>
#include <dini>
#define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
#if defined FILTERSCRIPT
Re: RunTime error 17 -
Kar - 01.08.2010
main ()
{
}
before ongamemodeinit
Re: RunTime error 17 -
typedef - 01.08.2010
Thats not the problem
Re: RunTime error 17 -
typedef - 01.08.2010
Its actually run time error 19
Re: RunTime error 17 -
Calgon - 01.08.2010
-snip-
Try to re-compile your gamemode.
Re: RunTime error 17 -
typedef - 01.08.2010
... im using that ffs.
Re: RunTime error 17 -
Calgon - 01.08.2010
-snip-
Read above.
Re: RunTime error 17 -
typedef - 01.08.2010
Theres not a DLL for DINI?
Re: RunTime error 17 -
Calgon - 01.08.2010
Quote:
Originally Posted by typedef
Theres not a DLL for DINI?
|
No, dini is merely an include. Try to re-compile your gamemode, if it doesn't recompile, it's likely that your pawn bundle is damaged (something isn't working, I tried to research on this but didn't find much related)>
Re: RunTime error 17 -
Kar - 01.08.2010
try redownloading the R8 Server Package