-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+Added File for checking Cvar existence to resolve #15 +Added an Selfcheck for not existing ConVars *Fixed #15 for CSGO *Simplyfied a Client Check -Removed useless Note
- Loading branch information
Showing
7 changed files
with
238 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
clear; | ||
0penscript; | ||
bat_version; | ||
beetlesmod_version; | ||
est_version; | ||
eventscripts_ver; | ||
fm_attackmode; | ||
lua_open; | ||
Lua-Engine; | ||
mani_admin_plugin_version; | ||
ManiAdminHacker; | ||
ManiAdminTakeOver; | ||
metamod_version; | ||
openscript; | ||
openscript_version; | ||
runnscript; | ||
SmAdminTakeover; | ||
sourcemod_version; | ||
tb_enabled; | ||
zb_version; | ||
sv_cheats; | ||
sv_consistency; | ||
sv_gravity; | ||
r_drawothermodels; | ||
cl_clock_correction; | ||
cl_leveloverview; | ||
cl_overdraw_test; | ||
cl_particle_show_bbox; | ||
cl_particles_show_bbox; | ||
cl_phys_timescale; | ||
cl_showevents; | ||
fog_enable ; | ||
host_timescale; | ||
mat_dxlevel; | ||
mat_fillrate; | ||
mat_measurefillrate; | ||
mat_proxy; | ||
mat_showlowresimage; | ||
mat_wireframe; | ||
mem_force_flush; | ||
snd_show; | ||
snd_visualize; | ||
r_aspectratio; | ||
r_colorstaticprops; | ||
r_DispWalkable; | ||
r_DrawBeams; | ||
r_drawbrushmodels; | ||
r_drawclipbrushes; | ||
r_drawdecals; | ||
r_drawentities; | ||
r_drawmodelstatsoverlay; | ||
r_drawopaqueworld; | ||
r_drawparticles; | ||
r_drawrenderboxes; | ||
r_drawskybox; | ||
r_drawtranslucentworld; | ||
r_shadowwireframe; | ||
r_skybox; | ||
r_visocclusion; | ||
vcollide_wireframe |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.