pawn-lang / YSI-Includes

Just the YSI include files, none of the extra stuff.
211 stars 107 forks source link

y_lasses #331

Open ghost opened 5 years ago

ghost commented 5 years ago

When i include only y_classes from. Ysi package it displays lots of warnings and errors

sMexFalco commented 5 years ago

D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(144) : error 001: expected token: ")", but found "(" D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(184) : error 010: invalid function or declaration D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(187) : error 010: invalid function or declaration D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(191) : error 029: invalid expression, assumed zero D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(194) : error 010: invalid function or declaration D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(196) : error 021: symbol already defined: "Debug_Print0" D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(202) : error 010: invalid function or declaration D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(205) : error 010: invalid function or declaration D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(208) : error 010: invalid function or declaration D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(211) : error 010: invalid function or declaration D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(214) : error 021: symbol already defined: "CallRemoteFunction" D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(219) : error 054: unmatched closing brace ("}") D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(221) : error 054: unmatched closing brace ("}") D:\root\pawno\include\YSI..\YSI_Visual\y_classes/multiclass.inc(223) : error 010: invalid function or declaration D:\root\gamemodes\santos.pwn(66) : warning 203: symbol is never used: "D" D:\root\gamemodes\santos.pwn(191) : warning 203: symbol is never used: "classLeft" Pawn compiler 3.10.8 Copyright (c) 1997-2006, ITB CompuPhase

14 Errors.

here are the errors it comes from D:\root\pawno\include\YSI_Visual\y_classes\classcontrol.inc

Y-Less commented 5 years ago

y_classes is very out of date, and doesn't do what it should right now. I've long tried to get it to work, but the truth is it is using a lot of SA:MP bugs and quirks to try and make something nice, and getting them all to work together correctly is nigh-on impossible.