so what it means?
and this one
moneyz[id](with the id value which is currently used at that point)
moneyz[id] = YOUR INITIAL VALUEe.g.
moneyz[id] = 0
moneyz = {} addhook("join","initvalue") function initvalue(id) 	moneyz[id] = 0 end addhook("leave","resetvalue") function resetvalue(id) 	moneyz[id] = nil end
1 > n