it happened on an ingame match and also on a dedicated server
after many hours of fine matches with the same pickup item all of sudden it stops working
http://www.pictures.esc-clan.net/upload ... Shot08.jpg
on server launch the item id is retrieved
Code: Select all
ItemId = ItemList_Add("Object.Item.gbx");
Code: Select all
ObjectDestroyAll();
for (Index, 1, 1) {
declare Object = ObjectCreate(ItemId);
}

(sorry for the rage on the screenshot xD)