View Single Post
wwzw
Member
Join Date: Feb 2009
Old 02-08-2013 , 21:40   Re: How to Get Cvar String and Set Cvar String(and Num Float)
Reply With Quote #5

Thank's very much for 11530 and RedSword help me.
I think I can:

new Handle: H_PassInfoVar = FindConVar ("PassInfoVar");
new PassInfoVar [64];
GetConVarString (H_PassInfoVar, PassInfoVar, sizeof (PassInfoVar));

SetConVarString (H_PassInfoVar, "_siteuserpassword");
wwzw is offline