You are viewing our Forum Archives. To view or take place in current topics click here.
Coding help mw2
Posted:

Coding help mw2Posted:

RexxiKnows
  • Resident Elite
Status: Offline
Joined: Oct 02, 201310Year Member
Posts: 216
Reputation Power: 8
Status: Offline
Joined: Oct 02, 201310Year Member
Posts: 216
Reputation Power: 8
setShader(Hud[clientIndex].TopLine, "white", -1000, 50, 300, 5, 0x05, 0.1, 255, 255, 255, 255);

if i change white to e.g yellow, why dont it work?
#2. Posted:
Shiv
  • TTG Contender
Status: Offline
Joined: May 10, 201212Year Member
Posts: 3,129
Reputation Power: 451
Status: Offline
Joined: May 10, 201212Year Member
Posts: 3,129
Reputation Power: 451
RGB code is set for white "255" set it to 255, 222, 0 and yellow
#3. Posted:
RexxiKnows
  • Resident Elite
Status: Offline
Joined: Oct 02, 201310Year Member
Posts: 216
Reputation Power: 8
Status: Offline
Joined: Oct 02, 201310Year Member
Posts: 216
Reputation Power: 8
Shiv wrote RGB code is set for white "255" set it to 255, 222, 0 and yellow

can you write this down in a quote so i understand what you mean
#4. Posted:
Shiv
  • TTG Contender
Status: Offline
Joined: May 10, 201212Year Member
Posts: 3,129
Reputation Power: 451
Status: Offline
Joined: May 10, 201212Year Member
Posts: 3,129
Reputation Power: 451
RexxiKnows wrote
Shiv wrote RGB code is set for white "255" set it to 255, 222, 0 and yellow

can you write this down in a quote so i understand what you mean


setShader(Hud[clientIndex].TopLine, "yellow", -1000, 50, 300, 5, 0x05, 0.1, 255, 222, 0);
#5. Posted:
RexxiKnows
  • Resident Elite
Status: Offline
Joined: Oct 02, 201310Year Member
Posts: 216
Reputation Power: 8
Status: Offline
Joined: Oct 02, 201310Year Member
Posts: 216
Reputation Power: 8
Shiv wrote
RexxiKnows wrote
Shiv wrote RGB code is set for white "255" set it to 255, 222, 0 and yellow

can you write this down in a quote so i understand what you mean


setShader(Hud[clientIndex].TopLine, "yellow", -1000, 50, 300, 5, 0x05, 0.1, 255, 222, 0);

how did you know it was 255 222 and 0. can you link all colour codes please?
#6. Posted:
Shiv
  • TTG Contender
Status: Offline
Joined: May 10, 201212Year Member
Posts: 3,129
Reputation Power: 451
Status: Offline
Joined: May 10, 201212Year Member
Posts: 3,129
Reputation Power: 451
RexxiKnows wrote
Shiv wrote
RexxiKnows wrote
Shiv wrote RGB code is set for white "255" set it to 255, 222, 0 and yellow

can you write this down in a quote so i understand what you mean


setShader(Hud[clientIndex].TopLine, "yellow", -1000, 50, 300, 5, 0x05, 0.1, 255, 222, 0);

how did you know it was 255 222 and 0. can you link all colour codes please?


[ Register or Signin to view external links. ]
#7. Posted:
RexxiKnows
  • Resident Elite
Status: Offline
Joined: Oct 02, 201310Year Member
Posts: 216
Reputation Power: 8
Status: Offline
Joined: Oct 02, 201310Year Member
Posts: 216
Reputation Power: 8
Shiv wrote
RexxiKnows wrote
Shiv wrote
RexxiKnows wrote
Shiv wrote RGB code is set for white "255" set it to 255, 222, 0 and yellow

can you write this down in a quote so i understand what you mean


setShader(Hud[clientIndex].TopLine, "yellow", -1000, 50, 300, 5, 0x05, 0.1, 255, 222, 0);

how did you know it was 255 222 and 0. can you link all colour codes please?


[ Register or Signin to view external links. ]

thanks and when i tried the ywllow, it didnt work? it just dissapered
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.