• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Errors with YSI
#1
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
#2
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.
#3
(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.
#4
Also avoid using the community compiler 3.10.7, it has an issue with textdraw tabbing.
Remember to always refer to J0sh as `J0sh...`

# Services/Platforms

forum.open.mp (Forum Manager)

open.mp (Member)

Pawn Playground (Creator/Maintainer)

Pawn Packages (Creator/Maintainer)
#5
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.


Forum Jump: