r4sheed

Results 15 comments of r4sheed

Already reported at https://github.com/pawn-lang/YSI-Includes/issues/564 I hope it will be fixed soon.

y_text is broken in YSI 5.x. Use YSI 4

> By "script" I assume you mean filterscript here? Their interior will be reset to 0 if the script is a gamemode. The server run with a bare game mode...

I have noticed a similar issue with y_dialog. When I start the server the login dialog is fine but after hours it can make the server stuck inside an infinite...

```[15:12:48] [debug] Long callback execution detected (hang or performance issue) [15:12:48] [debug] AMX backtrace: [15:12:48] [debug] #0 000467b8 in Alloc:Malloc_Allocate (size=79, bool:clear=false) at C:\Users\Admin\OneDrive\westrpg-master\westrpg\dependencies\YSI-Includes\YSI_Coding\y_timers\..\y_malloc\y_malloc_funcs.inc:836 [15:12:48] [debug] #1 0007d680 in F@_@:GetLocalFunction...

Now I changed all `Dialog_Show` and `Dialog_ShowCallback` to `ShowPlayerDialog` and it’s works fine without crashing. I also added performance profiler before and …

I intentionally not added MVCE due the problem hard to reproducible... The server crash is related to the number of players somehow because I ran a test server with 3-4...

A tried to figure it out with float infinity but I also tried -1.0, as you said. The result is the same, but I think it's not streamer fault. ![image](https://user-images.githubusercontent.com/25135303/74273526-ebda7700-4d10-11ea-84b0-1ee4aa94591e.png)...

> > > Hello @samp-incognito, sorry for my ugly English, but I have some problems w/Streamer's functions. I'm creating DynamicObjects with one "base" object and 17 objects attaching to "base"...

I'm using open.mp now and I did not tested this again since I've created this issue. But I've noticed `fixes.inc` sets the player interior variable to `0` under [OnPlayerConnect](https://github.com/pawn-lang/sa-mp-fixes/blob/b19c48eff81ad18cf04608cfefe908a8e4abe361/fixes.inc#L18043C45-L18043C45) which...