You are viewing our Forum Archives. To view or take place in current topics click here.
Coding help mw2
Posted:
Coding help mw2Posted:
Status: Offline
Joined: Oct 02, 201311Year Member
Posts: 216
Reputation Power: 8
Status: Offline
Joined: Oct 02, 201311Year 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?
if i change white to e.g yellow, why dont it work?
#2. Posted:
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
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Oct 02, 201311Year Member
Posts: 216
Reputation Power: 8
Status: Offline
Joined: Oct 02, 201311Year 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
- 0useful
- 0not useful
#4. Posted:
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 wroteShiv 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);
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Oct 02, 201311Year Member
Posts: 216
Reputation Power: 8
Status: Offline
Joined: Oct 02, 201311Year Member
Posts: 216
Reputation Power: 8
Shiv wroteRexxiKnows wroteShiv 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?
- 0useful
- 0not useful
#6. Posted:
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 wroteShiv wroteRexxiKnows wroteShiv 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. ]
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Oct 02, 201311Year Member
Posts: 216
Reputation Power: 8
Status: Offline
Joined: Oct 02, 201311Year Member
Posts: 216
Reputation Power: 8
Shiv wroteRexxiKnows wroteShiv wroteRexxiKnows wroteShiv 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
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.