2019-05-15, 06:30 AM
My gamemode works fine on windows but when started on linux every function that uses y_va skips the formating and returns 'YSI Warning: Bare?___?usage found' in server_log.
Help??
Help??
[Pawn] y_va on linux
|
2019-05-15, 06:30 AM
My gamemode works fine on windows but when started on linux every function that uses y_va skips the formating and returns 'YSI Warning: Bare?___?usage found' in server_log.
Help??
2019-05-16, 07:31 AM
(This post was last modified: 2019-05-16, 07:31 AM by Gravityfalls.)
Someone also reported the same issue to me where y_va didn't work at all in Linux. I've not tried out myself though, but can you show your code here that shows that warning?
2019-05-16, 01:19 PM
Managed to solve it actually, updated to ysi 5.x using sampctl.
2019-05-19, 02:54 PM
i was going to say, this was fixed recently. The issue was actually an attempted startup speed optimisation in amx_assembly (codescanner.inc), but it didn't work.
|