Forum
CS2D Scripts free imagesfree images
4 replies 1
1
2
3
4
5
6
2
3
4
5
6
local objectlist=object(0,"table") for _,id in pairs(objectlist) do if oject(id, "type") == 40 then 	freeimage(id) end end
1
local objectlist=object(0,"table") for _,id in pairs(objectlist) do if oject(id, "type") == 40 then 	freeimage(id) end end