And if ya hate me now, I don't stuff a forget. If you look down at me as a scripter, or a gui maker, I still don't stuff a forget. Ban me from all your servers that you host, I still don't stuff a forget. Just ban me and forget off.
The client.cs isn't yours.
The only thing I'm defending against is the client.cs
Just loving admit you stole my code and tried to hide the fact that it wasn't yours.
Everything else, apart from what TomTom did, I wrote.
// EXECUTEexec("./gui/profiles.cs");exec("./gui/IDL_Gui.gui");// KEYBINDS$remapDivision[$remapCount] = "ID Lookup";$remapName[$remapCount] = "Open GUI";$remapCmd[$remapCount] = "IDL_PushGui";$remapCount++;function IDL_PushGui(){ canvas.pushDialog(IDL_Gui); IDL_Lookup();}
exec("./gui/profiles.cs");exec("./gui/IDS_Gui.gui");$remapDivision[$remapCount] = "ID Lookup";$remapName[$remapCount] = "Open GUI";$remapCmd[$remapCount] = "IDS_PushGui";$remapCount++;function IDS_PushGui(){ canvas.pushDialog(IDS_Gui); IDS_Header.setValue("Search Result"); %x = getWord(getRes(), 0); %y = getWord(getRes(), 1); %x = %x/2-235; %y = %y/2-180; IDS_Window.position = %x@" "@%y; IDS_Name0.setValue("N/A"); IDS_BLID0.setValue("N/A"); IDS1.visible=0; IDS2.visible=0; IDS3.visible=0; IDS4.visible=0; IDS_link1.visible=1; IDS_link1.position=("116 155"); IDS_Window.extent=("470 180"); IDS_PageDisplay.visible=0; IDS_Page.visible=0; $IDS_Pages=0; $IDS_Page=1; $IDS_Errors=0;}
The only thing similar in the client.cs were the keybinds, because I was to lazy to come up with a name, and some of the function names. Everything else, apart from what TomTom did, I wrote.
So tell me, how would the 60 line function I wrote, be a copy of your 29 line function?And also by your logic, tell me how the next function called to connect to the database, get the required info, and call the results function be ripped off of yours, that just pulled the raw html off of a webpage and looked through the bullstuff for the name/last seen.Also, where are you hiding your results function, error function, and your page functions. Because your logic states that I ripped those off of you as well. And your 5 line pushGui function is the EXACT same as the 28 lines mine takes. Because obviously I ripped all of that off of you, where are they? You can't take a picture of a function name, and two lines after it then say I copied the whole loving thing.
Stop saying that as an excuse. Just because you modified one file doesn't mean you didn't rip my code.
They don't just "look the same," you stole the files.I suppose this is just a coincidence, then?
Wrote from scratch my ass. You literally replaced IDL in profiles.cs with IDSclient.cs line 228 in yours:
I'm starting to think you're just mentally incapable of understanding.
*sigh*I'm starting to thing the same.
I won't apologize for him saying I stole the client.cs, but I will say sorry for using the GUI without asking.
//-------------------------------------------------Thor--------------------------------------------------////GUI Scripts by: Thorfin25//Gui Bitmaps/Profiles by Zapk//Thanks to TomTom for letting me do this, and some help.//Special thanks to Wicked for idears as well helping me make this cleaner.
Code: [Select]//-------------------------------------------------Thor--------------------------------------------------////GUI Scripts by: Thorfin25//Gui Bitmaps/Profiles by Zapk//Thanks to TomTom for letting me do this, and some help.//Special thanks to Wicked for idears as well helping me make this cleaner.
//-------------------------------------------------Thor--------------------------------------------------////GUI by: Thorfin25//Thanks to TomTom for letting me do this, and some help.//Special thanks to Wicked for idears as well helping me make this cleaner.