Of course you cannot use Actor.GetCVar from an Event handler without specifying the actor in which context to use it.
So 'players[0].mo.GetCVar(...)' would be the proper way to read a CVar from player 1's context.
And for static CVARs you do not need any function at all, you can just use their name as a global read-only variable.