Search found 1 match

by Crokoking
Mon Feb 23, 2009 1:44 am
Forum: Libraries and Tools
Topic: LUBE (Networking Library)
Replies: 332
Views: 224618

Re: LUBE (Networking Library) v0.02.2 + LUBE-X v0.02

there are still some problems in Binary to make it work 100% use this code: function bin:unpackvalue(s) local id = s:sub(1, 1) s = s:sub(3) local len = s:find(bin.one) local i = tonumber(s:sub(1, len-1)) local v = s:sub(len+1) if id=="N" then v=tonumber(v) elseif id=="B" and v==&...