posted on 2008-02-07 11:00:54 by
Nicolous
EventScripts 2 allows you to apply some others flags to the ConVars. Among them : "notify" which fire the server_cvar event every times the ConVar has changed.
In ESP :
es.ServerVar("myvar",1,"The description").addFlag("notify")
In ESS, I think :
es_flags add notify myvar