Currently, es_flags only has "cheat" available. The only way to see if a variable has changed is if you make it public. Is there any way we can add the "(not sure of the flag name)" to allow this?
EventScripts 2 allows you to apply some others flags to the ConVars. Among them : "notify" which fire the servercvar event every times the ConVar has changed.
In ESP :
es.ServerVar("myvar",1,"The description").addFlag("notify")
In ESS, I think :
esflags add notify myvar
In ESP :
es.ServerVar("myvar",1,"The description").addFlag("notify")
In ESS, I think :
esflags add notify myvar




Nicolous posted on 2008-02-07 11:00:54