• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tutorial] 3D Icons
#11
(10-27-2011, 16:23)Rendflex Wrote:
(10-27-2011, 15:57)iAegle Wrote:
(10-27-2011, 15:30)Pozzuh Wrote: I made a black ops script snipped about this awhile ago.

SO WHAT, LET OTHER PEOPLE RELEASE STUFF ASWELL FUCKING REPWHORE

Ok calm down, give me +rep and take a big breath...
Then everything will be okay!

Give me back the 13.000 points i once send you and you'll get some repz
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#12
Why would you donate 13 points?

I once had 16k points, that is.. until posts in spam section didn't count.
[Image: 1fxsnb.jpg]
  Reply
#13
(10-27-2011, 13:40)Yamato Wrote: Example:

Code:
oma = self MakeWorldText(956,321,567,1,"weapon_onemanarmy",15,15);

^^ would i need to do anything else with that? or would that work?
[Image: ScHmIdTy56789.png]
  Reply
#14
(01-15-2012, 03:57)ScHmIdTy56789 Wrote:
(10-27-2011, 13:40)Yamato Wrote: Example:

Code:
oma = self MakeWorldText(956,321,567,1,"weapon_onemanarmy",15,15);

^^ would i need to do anything else with that? or would that work?

That should work.
  Reply
#15
I cant get it D:

I precached the shader

Code:
precacheshader("weapon_onemanarmy");

I copied and pasted MakeWorldText()
Code:
MakeWorldText(x,y,z,alpha,shader,width,height)
{
    text = newHudElem();
    text.x = x;
    text.y = y;
    text.z = z;
    text.alpha = alpha;
    text.archived = true;
    text setShader(shader,width,height);
    text setwaypoint(true,false);
    return text;
}

and I made it a vision
Code:
SetVision(vision)
{
    switch(vision)
    {
           case "Night":
            oma = self MakeWorldText(956,321,567,1,"weapon_onemanarmy",15,15);
        break;
    }
}
I tried without the vision and nothing Sad

I also tried a different shader, and still nothing
[Image: ScHmIdTy56789.png]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] Improved 3D icons Yamato 8 5,260 06-21-2013, 16:40
Last Post: DidUknowiPwn
  Help Stop music, change icons anedaktos13 2 2,288 06-12-2012, 15:50
Last Post: SuperNovaAO
  COD MW3 Prestige Ranks level Icons DarthVader 1 4,188 11-19-2011, 03:08
Last Post: JariZ
  Help how to set custom team icons|SOLVED rotceh_dnih 13 6,923 07-12-2011, 13:58
Last Post: Cyborgking
  killstreak hud icons? Kylaii 1 1,967 06-30-2011, 01:55
Last Post: Kylaii
  Help Custom team icons Lemon 3 3,694 06-25-2011, 10:38
Last Post: Lemon
  [Request] Zombie and Survivor Icons Lemon 6 3,293 06-24-2011, 16:42
Last Post: Lemon
  [Request] Shaders/Icons 4FunPlayin 5 3,639 03-11-2011, 16:52
Last Post: 4FunPlayin
  [News] Some nice icons Eekhoorn 7 4,498 03-01-2011, 07:32
Last Post: Kazaa
  [Release] L96A1 Icons Texures superbomb17 6 4,814 01-05-2011, 04:55
Last Post: stride

Forum Jump:


Users browsing this thread: 1 Guest(s)