Ozmar Escobar

Results 5 issues of Ozmar Escobar

# Description When loading my monolithic gamemode (no filterscripts), i keep getting this callbackfix error twice, in windows it loads normally. This issue is present even on the latest commit,...

# Description Setting both `logging.log_sqlite` and `logging.log_sqlite_queries` to `true` in `config.json` won't log any query in runtime. Legacy server.cfg `db_logging 1` and `db_log_queries 1` won't work either. # How to...

bug

Are these not intended to be used directly? ```pawn #include #include main() { issue(); non_issue(); } issue() { new Iterator:s_ActiveTitles; new currentTitle = Iter_Alloc(s_ActiveTitles); print("--failing test"); printf("allocated: %d", currentTitle); printf("first:...

On windows, when `sampctl ensure` looks for the v0.3.6-pre release file: `^discord-connector-.+-win(32)?.zip$` it finds it, and tries to extract whatever is in folder `discord-connector-.+\\`, which is present in every older...

When a player gets killed, and after the `respawn_time` passes, the player will briefly be streamed out and then streamed in to be respawned, and during that brief time if...