Nice work! I see you didn't include the auto-lookup, though.It would be pretty easy. Just include Support_TCPClient from here: http://greek2me.us/code/Then all you have to do is:Code: [Select]connectToURL("http://stats.greek2me.us/user-lookup.php?blid=11902", "GET", "", "SwoleLookup");function SwoleLookup::handleText(%line){ //do stuff with the results}
connectToURL("http://stats.greek2me.us/user-lookup.php?blid=11902", "GET", "", "SwoleLookup");function SwoleLookup::handleText(%line){ //do stuff with the results}
What if you have no friends? :/also can you make a chat function pls.
A chat function would require him to actually host a server like RTB.
if(%new > 1 && %new < 99) { messageBoxOk("Error","These BL_ID's are unregistered"); %fail = true; }
Nice work. This part though:Code: [Select] if(%new > 1 && %new < 99) { messageBoxOk("Error","These BL_ID's are unregistered"); %fail = true; }Isn't either Kompressor or Rotondo BLID 2? I wouldn't count on those always being unassigned.
There's a bug where if the user's name isn't found in my database it will repeatedly query the server until you remove that entry from the friends list.Type $TCPClient::Debug = true; into console to see this in action.
can you make it appear on the server list too, so we can play with them?