KeyValues, how I can get current KeyValue key name?
Code:
"root"Code:
kv.GotoFirstSubKey(false);Code:
L 07/05/2016 - 18:25:02: [plugin.smx] Cvar not found. Cvar: 0, Value: 0 |
Re: KeyValues, how I can get current KeyValue key name?
kv.GetSectionName should give you the key name.
I know that's confusing as you'd think it would give you the name of the section the current keyvalue is in. |
Re: KeyValues, how I can get current KeyValue key name?
Quote:
|
Re: KeyValues, how I can get current KeyValue key name?
Yeah It's like I said
Code:
L 07/05/2016 - 18:47:09: [plugin.smx] Cvar not found. Cvar Name: 1918857325, Cvar Value: 5.0 |
Re: KeyValues, how I can get current KeyValue key name?
Quote:
PHP Code:
Reverse the bytes in the hex to get 0x6D705F72. As ASCII, "mp_r", or the first four bytes of your string. Because you're printing it as an integer. |
Re: KeyValues, how I can get current KeyValue key name?
Quote:
|
| All times are GMT -4. The time now is 21:55. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.