Statistics: Posted by DDDX — 19 Oct 2018, 11:59
Statistics: Posted by DDDX — 18 Oct 2018, 15:30
Statistics: Posted by Crazy Cossack — 18 Oct 2018, 02:15
Statistics: Posted by Uveso — 15 Oct 2018, 17:07
Statistics: Posted by Crazy Cossack — 15 Oct 2018, 03:15
table.insert(bp.Categories, 'BUILTBYTIER1COMMANDER')
table.insert(bp.Categories, 'BUILTBYCOMMANDER')
table.insert(bp.Categories, 'BUILTBYTIER1COMMANDER')
table.insert(bp.Categories, 'BUILTBYTIER2COMMANDER')
table.insert(bp.Categories, 'BUILTBYTIER3COMMANDER')
Statistics: Posted by Uveso — 14 Oct 2018, 14:16
Statistics: Posted by Crazy Cossack — 14 Oct 2018, 03:42
BP.Categories = RemoveItemFromArray('BUILTBYTIER2ENGINEER',BP.Categories)
function RemoveItemFromArray(REMOVEME,ARRAY)
zold = 1
while ARRAY[zold] do
if ARRAY[zold] == REMOVEME then
table.remove(ARRAY, zold)
else
zold = zold + 1
end
end
return ARRAY
end
Statistics: Posted by Uveso — 14 Oct 2018, 03:06
Statistics: Posted by Crazy Cossack — 13 Oct 2018, 22:19
Statistics: Posted by Franck83 — 13 Oct 2018, 18:08
Statistics: Posted by speed2 — 13 Oct 2018, 08:17
Statistics: Posted by Crazy Cossack — 13 Oct 2018, 02:47
Statistics: Posted by Uveso — 12 Oct 2018, 13:42