feat(players): Vehicle Tree (#903)

* feat(player_info): Open Social Club Overlay
This commit is contained in:
JDMJay
2023-03-04 11:23:45 +00:00
committed by GitHub
parent 64106cb6a0
commit 2d44f14a22
19 changed files with 516 additions and 3 deletions

View File

@ -14,6 +14,7 @@ namespace big
view::player_kick();
view::player_toxic();
view::player_misc();
view::player_vehicle();
}
}
}