Y-Less

Results 405 comments of Y-Less

That does look like a legitimate bug. I'll fix it ASAP. Edit: I've confirmed it is still present on 2.11.4.

Can you repost this issue please? Obviously the SA:MP forums are gone now so I can't see that.

`OnError` (or `OnSSCANFError` is an option. The other option is the true (secret hidden) meaning of the `sscanf` return values. `0` has always meant "no error", but in the first...

This is a good idea. Ignore the merge comment above, that's a result of combining two different repos in to one giving conflicting IDs.

I honestly don't know. That should be tested.

That's not a bug. You can only assign literals at declaration time.

Those errors don't make any sense. Line 17374 is: ```pawn FIXES_gsPlayerPGTShown[i][MAX_PLAYERS] = MAX_PLAYERS; ``` The compiler can't detect an OOB from `i` (defined by a loop using `sizeof` anyway), so...

Are these callbacks called in a gamemode when it starts?

As also discussed on github: My idea is that every keyword-only argument must include the `.` in their name, which would allow for mixing named-only and positional arguments in theory,...