Hi, I'm trying to implement imgui with plugin-sdk but I can't get it to work and I can't find any errors in my code
bool showWindow = false;
void GameProcess() {
static int lastKeyPressTime = 0;
if(plugin::KeyPressed('G') && CTimer::m_snTimeInMilliseconds - lastKeyPressTime >= 500) {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.