View Single Post
Jess98
Junior Member
Join Date: Apr 2018
Old 11-15-2018 , 06:38   Re: A problem with "server_cmd" when use Cvar
Reply With Quote #3

Quote:
Originally Posted by KliPPy View Post
Those are cvar pointers you are trying to print. What you actually want is get_pcvar_string.
Oh, thanks. Actually at first, it gave me error while compiling when I tried to write it like "(get_pcvar_string(Cvar_Name)" but the right one is "get_pcvar_string(Cvar_Name)", got it.

Last edited by Jess98; 11-15-2018 at 07:53. Reason: Fixed the problem
Jess98 is offline