commit
ff8b0dec37
@ -25,7 +25,7 @@ static CatVar box_corner_size(CV_INT, "esp_box_corner_size", "10",
|
||||
"Corner Size");
|
||||
static CatVar box_3d_player(CV_SWITCH, "esp_3d_players", "0",
|
||||
"Draw 3D box over players");
|
||||
static CatVar box_3d_building(CV_SWITCH, "esp_3d_buildings", "1",
|
||||
static CatVar box_3d_building(CV_SWITCH, "esp_3d_buildings", "0",
|
||||
"Draw 3D box over buildings");
|
||||
// Tracers
|
||||
static CatEnum tracers_enum({ "OFF", "CENTER", "BOTTOM" });
|
||||
|
2
ucccccp
2
ucccccp
@ -1 +1 @@
|
||||
Subproject commit 5b577a66da2e64726385cd28150123896cc1badf
|
||||
Subproject commit 70ec1ad99e11d1ea37796de0d69eeb38a8b4a200
|
2
update
2
update
@ -2,5 +2,5 @@
|
||||
#Get updated source code
|
||||
git fetch;git pull origin;git submodule update --remote --recursive
|
||||
#Update cathook
|
||||
cd build; cmake ..; make; cd ..; cd ..
|
||||
cd build; cmake ..; make -j$(grep -c '^processor' /proc/cpuinfo); cd ..; cd ..
|
||||
printf "\n\n";printf '\e[1;34m%-6s\e' "Cathook update complete!";printf "\n\n"
|
||||
|
Reference in New Issue
Block a user