YSI Strange Errors. - 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 Strange Errors. (
/showthread.php?tid=365731)
YSI Strange Errors. -
Master_Gangster - 04.08.2012
Okay so, I'm having these strange errors in my Game-Mode that when I compile it without using the include mentioned in my Game-Mode, they would still show up.
These errors are from 2 separate files in the YSI folder. 1 error in "Y_ALS.inc" and the others in "Y_DOHOOKS.inc"
Here are the errors I'm somehow getting.
Код:
C:\Users\Desktop\CopsRobbers\pawno\include\YSI\internal\..\internal\..\y_als.inc(111) : error 001: expected token: "-identifier-", but found ","
C:\Users\Desktop\CopsRobbers\pawno\include\YSI\internal\..\internal\y_dohooks.inc(310) : error 029: invalid expression, assumed zero
C:\Users\Desktop\CopsRobbers\pawno\include\YSI\internal\..\internal\y_dohooks.inc(310) : warning 221: label name "Bit" shadows tag name
C:\Users\Desktop\CopsRobbers\pawno\include\YSI\internal\..\internal\y_dohooks.inc(310) : error 029: invalid expression, assumed zero
C:\Users\CopsRobbers\pawno\include\YSI\internal\..\internal\y_dohooks.inc(310) : error 001: expected token: ")", but found ";"
C:\Users\Desktop\CopsRobbers\pawno\include\YSI\internal\..\internal\y_dohooks.inc(310) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Y_ALS error line (111):
Код:
Bit:ALS_OnVehicleDamageStatusUpdate,
Y_DOHOOKS error line (310):
Код:
HOOKS_DO_ONE_CALLBACK<VehicleDamageStatusUpdate>
These are the includes in my Game-Mode:
Код:
#include <a_samp>
#include <fixes>
#include <AntiCleo>
#include <FloodControl2>
#include <dudb>
#include <CPLoader>
#include <YSI\y_commands>
#include <damm>
#include <sscanf2>
#include <foreach>
#include <JunkBuster>
It seems like somehow they all pertain to the callback "OnVehicleDamageStatusUpdate".
I would very much appreciate it if you guys would help me with this error(I've been getting it in quite a couple of game modes actually).