View Single Post
LiZou Mapper
Member
Join Date: Oct 2018
Location: The Red City !
Old 07-27-2020 , 17:02   Re: are there native cvar ( host_framerate ) or change speed game
Reply With Quote #3

Quote:
Originally Posted by fysiks View Post
What do you mean by "game speed"?

Also, you can get and set any cvar (whether or not it does what you want when you change it depends on the cvar). Simply use the cvar functions in AMX Mod X:

Code:
get_cvar_*()
get_pcvar_*()
set_cvar_*()
set_pcvar_*()
To use the pcvar functions with cvars that are not created in your plugin, use get_cvar_pointer() to get the proper reference to the cvar.
but i need active sv_cheats 1, i don't want active cheatw
so,there any method in ReAPI or from any include or located in some modules
__________________

-------------
My Maps !
Zombie Escape Mod !
-------------

LiZou Mapper is offline