rakijah / CSGSI

A simple C# library to interface with Counter-Strike: Global Offensive's Game State Integration
Other
129 stars 27 forks source link

Game State Objects come one round slower #33

Closed teddybearofdoom closed 3 years ago

teddybearofdoom commented 3 years ago

Hey so I'm able to run your library and work with the events as well, however, the problem I'm facing is that I'm lagging a round behind than what is going on in the actual game. I tested it out with your example code as well. Would you have an idea of what I'm messing up?

teddybearofdoom commented 3 years ago

Hi sorry I'm closing this. It turns out the numbering of round in map node is all that's lagging behind. Cheers.