Thanks for your reply, all i wanted to do was adding 1 more message that warns te players for removal of items 10 seconds prior to the removal.
so i added a new variable and another elseif:
ToRemove2 = TimeUntilRemove - 200
elseif (Time == ToRemove2) then
cRoot:Get():BroadcastChat(cChatColor.Red.. "[ClearLagg] Ground items will be removed in 10 Seconds!")
I wonder if this will improve unwanted loss of items... or it will just come over as more spammy... time will tell..
so i added a new variable and another elseif:
ToRemove2 = TimeUntilRemove - 200
elseif (Time == ToRemove2) then
cRoot:Get():BroadcastChat(cChatColor.Red.. "[ClearLagg] Ground items will be removed in 10 Seconds!")
I wonder if this will improve unwanted loss of items... or it will just come over as more spammy... time will tell..