18.02.2015, 14:53
I use this class https://sampwiki.blast.hk/wiki/Query_Mechanism/Csharp and I script an ASP.NET website to respond with it so I can manage the server from the website. Problem starts when a lot of players are online (maybe 50+) and then it returns 0 when I call the 'd' opcode (which returns the online players info). I already tried sizing the byte[] rBuffer array but wasn't successful.