LUA ERROR: sys/lua/Team Boss/Main.lua:390: attempt to compare number with nil
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("minute","rp_minute") function rp_minute(id) 	 		local USGNid = UsgnIds[id] 		if USGNid > 0 then 			SaveUserStat(id,USGNid) 			rp_msg("000255100","AutoSave!") 	end
1
if USGNid > 0 then