stickrpg

  1. trollfaceman5

    Automatic ResetScore (hvh servers)

    This will reset your score automatically as soon as you die. Put this in your FireGameEvent hook. if (!strcmp(name, "player_death")) { const auto attacker = g_pEngine->GetPlayerForUserID(event->GetInt("attacker")); const auto userid =...
Top