hellboy
Intermediate OT User
TFS 0.3.6pl1
Like in title.
Simple example:
Why this script send to console 7 not 3?:
???
Like in title.
Simple example:
Code:
function onUse(cid, item, fromPosition, itemEx, toPosition)
tttt = {[3] = 9, [7] = 55}
table.remove(tttt, 7)
print(table.maxn(tttt))
end
Why this script send to console 7 not 3?:
Code:
[23/04/2010 20:05:12] 7
???
Last edited: