So, with great interest I have been anticipating a script-level equilavent to pfnQueryClientCvarValue since it was announced a couple of weeks ago in the follow-ups to the recent HL1 engine updates (VAC2, removal of server's executing alias commands, etc). QueryClientCvarValue() was added in Metamod 1.18, which (after looking at Metamod's souce) is really just an alias for the HL Engine command.
Now, my question is can I get at this in the current version of AMXX? There is no native support for it in 1.55 that I can see (and the errors the compiler gives me seem to confirm this). As I understand it FakeMeta (and specifically engfunc()) would normally be where I'd turn, but from looking at the enum list in fakemeta_const.inc, it doesn't appear there is support for it yet. Does this mean I'm out of luck (beyond hacking it in myself, and recompiling the fakemeta module) AMXX-wise for the time being?