Adrian Graber

Results 17 issues of Adrian Graber

https://docs.microsoft.com/en-us/windows/package-manager/package/

I have currently a gamemode which contains YSI as a dependency with a specific version, and another include which depends on YSI as well: ```json { "dependencies": [ "maddinat0r/samp-mysql-yinline-include", "pawn-lang/YSI-Includes:v4.0.2"...

enhancement

This message is nice to people who might not know what's going on. For others like me it might be redundant since we already know what's going on. In my...

It always tries to include stuff with `\` https://github.com/pawn-lang/YSI-Includes/blob/1d53d93e14e7f8eb353d8879bc2f2de5d77b47e7/YSI_Coding/y_unique.inc#L89 This on Linux and with compatibility mode disabled won't work at all.

The new error message and handling of CGen space is great, but the current error message spams the server_log.txt: ``` [21/12/18 17:41:39] *** YSI Fatal Error: Out of code generation...

However, it doesn't crash when using OnGameModeInit. Is this expected? I don't know if I should be using OnScriptInit after all. ```pawn public OnScriptInit() { [...] print("Conexión MySQL exitósa!"); inline...

I don't know if this should be really reportable, in any case I would also like to get some advice. I use inlines under OnPlayerConnect to load data without delaying...

Using natives GetBacktrace under `OnRuntimeError` is great to log errors out of server_log.txt to a more controlled logging system, which is what I currently do. The error code gets passed...

Seems that `jump_lookup_label_` returns 0 and it tries to use that https://github.com/Zeex/samp-plugin-jit/blob/a704bcbc23f26d5a9f72775199f3de18b3379a61/src/amxjit/compiler_impl.cpp#L1775-L1779 ![imagen](https://user-images.githubusercontent.com/18301034/80401875-55eccc00-88bd-11ea-91d7-0cbfc74b3cf5.png) Server crashes after this

Since the plugin isn't really bound to players (or even SA-MP, given a proper compatible runtime that loads plugins as expected), it would be ideal to have some tests to...