Some fixes and requests (#1516)

* Removed Delete button and nearby.cpp

* Added player check for kill button

* Added delete vehicle button

* Fixed give armor & added vehicle god esp
This commit is contained in:
DayibBaba
2023-06-24 23:12:20 +02:00
committed by GitHub
parent 717468087c
commit 7b552f71aa
7 changed files with 151 additions and 154 deletions

View File

@ -33,7 +33,6 @@ namespace big
TRAIN,
BLACKHOLE,
MODEL_SWAPPER,
NEARBY,
NETWORK,
MISSIONS,
@ -122,7 +121,6 @@ namespace big
{tabs::TRAIN, {"GUI_TAB_TRAIN", view::train}},
{tabs::BLACKHOLE, {"GUI_TAB_BLACKHOLE", view::blackhole}},
{tabs::MODEL_SWAPPER, {"GUI_TAB_MODEL_SWAPPER", view::model_swapper}},
{tabs::NEARBY, {"GUI_TAB_NEARBY", view::nearby}},
},
},
},