252 Ingame Tab Color

Junior Spellweaver
Joined
Oct 7, 2008
Messages
153
Reaction score
2
Yeah i was trying to color the 252 grade in game (tab panel) but if i put him a color he stay normal like a player the special thing in this its i can color all other grade in game (tab panel).

Well i was thinking about a bad jump or something make it load the player preference.

I Dont know, anyone got a clue ?
 
Last edited:
Code:
MOV EBX,DWORD PTR DS:[EBP+45A]
  CMP EBX, 0FC
  JNE SHORT 00407909
  MOV BYTE PTR SS:[ESP+3C],0FF ;The R
  MOV BYTE PTR SS:[ESP+3D],80 ;The G
  MOV BYTE PTR SS:[ESP+3E],40 ;The B
  MOV BYTE PTR SS:[ESP+3F],0FF; The A
  JMP 00407909
The code is not full necause i dont wanted to post all.
Pretty easy to do whit other grade but 252 fail.
 
Upvote 0
Code:
MOV EBX,DWORD PTR DS:[EBP+45A]
  CMP EBX, 0FC
  JNE SHORT 00407909
  MOV BYTE PTR SS:[ESP+3C],0FF ;The R
  MOV BYTE PTR SS:[ESP+3D],80 ;The G
  MOV BYTE PTR SS:[ESP+3E],40 ;The B
  MOV BYTE PTR SS:[ESP+3F],0FF; The A
  JMP 00407909
The code is not full necause i dont wanted to post all.
Pretty easy to do whit other grade but 252 fail.

sorry i do not understand...
 
Upvote 0
Well. . .
Like wee see in these picture.

255 Grade.
lapochier - 252 Ingame Tab Color - RaGEZONE Forums

254 Grade.
lapochier - 252 Ingame Tab Color - RaGEZONE Forums

252 Grade.
lapochier - 252 Ingame Tab Color - RaGEZONE Forums


I can't color it ? Any clue ?
 
Upvote 0
lol it easy to make ugrade or color it but the 252 dont want to be colored yeah i can color the name like pink.

Soo he will talk in pink etc.

But when i want to color it in game where you see ping, exp, kill, death.
It dont work but work for all other grade. well i think i will matchserver edit 252 to 251. that will maybe work anyway.
I will give a try, nothing to lose.

---------- Post added at 09:17 PM ---------- Previous post was at 09:15 PM ----------

***********************************
 
Last edited:
Upvote 0
Back