[SRC]Using 2.20 Skin with 3.51 Client!

Codes submitted by developers and people of outpost. Come here to get codes for your client sources.
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

HatoL wrote: go on try it,
you'll see that the coordinates aren't the same - that's what i meant.
download the 2.20 client source,go to UpdateScreen_OnMainMenu
and you'll see that the coordinates aren't the same.

copy and pasting functions?
i didn't copy and paste functions,i've found the places that needs a change and thier useages (afterall,this was the main idea of mine,to learn how the client works - or atleast some of it)and changed the coordinates,i've moved it pixel pixel until i saw it was perfect.

and now you can use this guide too,to make the button on other locatios so people can make new skins too,which its button aren't in the same place as in other skins.

now i'm trying to make a change password button,or atleast going to start in a few days.
You are retarded. How do you think we (people who coded 2.20 to 3.51 client) made it 3.51? By just changing the 2.20 code. You on the other hand probably just copied code from other clients to do it. It's easy to do a compare on code and just make a "guide" saying "change this and that" when using someone else's code. Try doing something harder on your own like adding a new feature.

4 servers:

Code: Select all

  pMI->AddRect(263,245,375,271);//Low
  pMI->AddRect(248,277,362,303);//High
  pMI->AddRect(228,305,373,327);//Secret
  pMI->AddRect(213,337,328,360);//Test
  pMI->AddRect(343,364,391,382);//Cancel


  if (m_cCurFocus == 1) DrawNewDialogBox(DEF_SPRID_INTERFACE_ND_LOGIN, 263, 245, 5, TRUE);//Change 130, 177
  if (m_cCurFocus == 2) DrawNewDialogBox(DEF_SPRID_INTERFACE_ND_LOGIN, 248, 277, 6, TRUE);
  if (m_cCurFocus == 3) DrawNewDialogBox(DEF_SPRID_INTERFACE_ND_LOGIN, 228, 305, 7, TRUE);
  if (m_cCurFocus == 4) DrawNewDialogBox(DEF_SPRID_INTERFACE_ND_LOGIN, 213, 337, 8, TRUE);
  if (m_cCurFocus == 5) DrawNewDialogBox(DEF_SPRID_INTERFACE_ND_LOGIN, 343, 364, 4, TRUE);


	if ((msX >= 263) && (msX <= 375) && (msY >= 245) && (msY <= 271)) m_cCurFocus = 1;
	if ((msX >= 248) && (msX <= 362) && (msY >= 277) && (msY <= 303)) m_cCurFocus = 2;
	if ((msX >= 228) && (msX <= 373) && (msY >= 305) && (msY <= 327)) m_cCurFocus = 3;
	if ((msX >= 213) && (msX <= 328) && (msY >= 337) && (msY <= 360)) m_cCurFocus = 4;
	if ((msX >= 343) && (msX <= 391) && (msY >= 364) && (msY <= 382)) m_cCurFocus = 5;
Because it's OH SO HARD. >.>
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia :D</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.
Charles
Loyal fan
Posts: 418
Joined: Wed Nov 26, 2003 8:20 pm

Post by Charles »

HatoL wrote:
bone-you wrote: You're retardation is far too extraordinary. I made HBSecret's client with 4 server buttons all properly aligned in the center. I know you can modify them and I've done it before.
WOW AMAZING!
oh god,that's easy.

and bone-you,only retarded people and gay people says that other people are retarded and gay.

Charles: what the fuck do you want?
:rolleyes: Are you questioning me?!?
<i>"Always write good code. Feel bad to write bad code."</i>
tester
Outpost bitch
Posts: 544
Joined: Wed Jan 07, 2004 8:58 pm

Post by tester »

Well lemme overview our little 'dilemma' over here.

Person A says : he made something that was pretty hard.
Person B says : Person A ur a fool ! thats a piece of cake


Lemme conclude this discussion with some wice words.

'Opinions differ ! '

'Thats one of the reasons why ur mom thinks ur pretty and sweet and alot of others nice stuff, while I personally thinku are an ugly hairy guy with acne.'


So lets say person A got an IQ of an apple - Lets say an IQ of 5 to not make it to hard for him to count up from 0 to 5.

While person B gots a moderate IQ.


So in person As eyes its very hard, while person B thinks its pretty easy. For example, clapping his hands will take Person A (Hatol) about 5 minutes to figure out. While bone-you/Charles should manage to do that in 0.5 millisecond.


i'd like to thank you for reading my useless comment.
Im tired now and im going to bed.


Cheers Tester


I support a woman's right to choose<br><br>- In the Mouth?<br>- In the Ass ?<br>- In the Vagina?<br>- Between the Tits?
Charles
Loyal fan
Posts: 418
Joined: Wed Nov 26, 2003 8:20 pm

Post by Charles »

lol tester
<i>"Always write good code. Feel bad to write bad code."</i>
Post Reply