[Pawn] Errors with YSI - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] Errors with YSI (/showthread.php?tid=517) |
Errors with YSI - Filiq_ - 2019-05-05 I have that errors at YSI?http://prntscr.com/nkjijp I use?https://github.com/pawn-lang/compiler/releases? 3.10.7?I tried any version of compiler and it s same, i tried latest YSI version and i recevied more warnings and errors. Sry for my english RE: Errors with YSI - Southclaws - 2019-05-05 Your standard library is likely outdated, what version of SA:MP are you targeting? These errors are often indicative of using YSI targeting 0.3.7 but with SA:MP includes from an earlier version where some functions changed signature. RE: Errors with YSI - Filiq_ - 2019-05-05 (2019-05-05, 08:59 AM)Southclaws Wrote: Your standard library is likely outdated, what version of SA:MP are you targeting? These errors are often indicative of using YSI targeting 0.3.7 but with SA:MP includes from an earlier version where some functions changed signature. oh man, ty i didnt think about that. RE: Errors with YSI - JustMichael - 2019-05-06 Also avoid using the community compiler 3.10.7, it has an issue with textdraw tabbing. RE: Errors with YSI - Y_Less - 2019-05-07 If you are on YSI 4, use compiler 3.10.8, 3.10.9 reintroduced const-correctness warnings, whose fixes have not yet been back-ported. |