Search results

  1. M

    Implement imgui with plugin-sdk

    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) {...
Top