The timer below shows freeimage error, trying to pass nil but number required (it doesn't get id value)
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
timer(5000,'close_personal_stats',id,1) function close_personal_stats(id) freeimage(images[id]) images[id] = 0 for i = 1, 34 do parse('hudtxt2 '..id..' '..i) end if flag[6] == 0 then for i = 35, 43 do parse('hudtxt2 '..id..' '..i) end end end