YSI-Includes icon indicating copy to clipboard operation
YSI-Includes copied to clipboard

Just the YSI include files, none of the extra stuff.

Results 164 YSI-Includes issues
Sort by recently updated
recently updated
newest added

Hi. The better of Vehicle_Speed function is without Vz because this help developers to improves your anti-cheat and multiplied with 170, not with 136.666667.

Sometime, the keys value is just on wrong variable, i mean, the newkeys value is on oldkey value while using hook OnPlayerKeyStateChange(....) but if im using OnPKeyStateChange(...) the problem solved,...

For some reason, the only way I could get the compiler to work, I had to specifically set it to use y_timers_v3 (_YSI_PLUGINS_FIXES_2 in previous YSI 5 releases) I noticed...

# 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,...

Improvement to the library.

After some time using y_dialogs, my server started to freeze and I found by crash detect that it was caused by Malloc_Allocate called by y_dialogs. Crash detect stacktrace: ``` [06/01/2022...

After updating from a previous YSI version 4.00.0001 to 5.x the server freezes at startup. No warnings/errors after compiling ``` [16:49:31] [16:49:31] [16:49:31] ============================================================== | | | | | YYYYYYY...

I'm getting this message in all my 'timer' codes after plugin update. Example: ``` timer t_inviteEvento[150](playerid) { if (percetInviteEvento[playerid] >= 100.0) { HideTextInviteEvento(playerid); stop timerInviteEvento[playerid]; } else percetInviteEvento[playerid]++; return true;...