Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

DP REGISTERCVAR

From Quake Wiki

Builtin definitions:

float(string name, string value) registercvar = #93;

Adds a new console cvar to the server console (in singleplayer this is the player's console), the cvar exists until the mod is unloaded or the game quits.

NOTE: DP_CON_SET is much better.