YSI Help - 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: YSI Help (
/showthread.php?tid=513128)
YSI Help -
LemonPunch - 14.05.2014
I kept getting this error, i've even updated it
pawn Код:
C:\Users\Linus\Desktop\UGRP\pawno\include\YSI/y_timers.inc(80) : fatal error 100: cannot read from file: "internal\y_plugins"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Re: YSI Help -
LemonPunch - 14.05.2014
what about
pawn Код:
C:\Users\Linus\Desktop\FGRP\pawno\include\YSI\y_svar.inc(68) : fatal error 111: user error: Please define "MODE_NAME" before including y_svar.
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
AW: YSI Help -
Macronix - 14.05.2014
Put this before the include of ysi:
pawn Код:
#define MODE_NAME "MyGamemode"
Re: YSI Help -
LemonPunch - 14.05.2014
still the same error
AW: YSI Help -
Macronix - 14.05.2014
Show me your "include" order.
Re: YSI Help -
LemonPunch - 14.05.2014
pawn Код:
#include <a_samp>
#include <a_zones>
#include <streamer>
#include <foreach>
#include <progress>
#include <ZCMD>
#include <YSI\y_timers>
#include <YSI>
#include <yom_buttons>
#include <sscanf2>
#include <audio>
there
AW: YSI Help -
Macronix - 14.05.2014
pawn Код:
#include <a_samp>
#include <a_zones>
#include <streamer>
#include <foreach>
#include <progress>
#include <ZCMD>
#define MODE_NAME "MyGamemode"
#include <YSI\y_timers>
#include <YSI>
#include <yom_buttons>
#include <sscanf2>
#include <audio>
Re: YSI Help -
LemonPunch - 14.05.2014
pawn Код:
C:\Users\Linus\Desktop\FGRP\pawno\include\YSI\y_users.inc(150) : fatal error 111: user error: Default hash removed: See YSI topic for details.
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
lol wtf
AW: YSI Help -
Macronix - 14.05.2014
Here:
http://forum.sa-mp.com/showpost.php?...&postcount=488
Re: YSI Help -
LemonPunch - 14.05.2014
still getting this error
pawn Код:
C:\Users\Linus\Desktop\FGRP\pawno\include\YSI\y_svar.inc(68) : fatal error 111: user error: Please define "MODE_NAME" before including y_svar.
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.