Recent content by big money

  1. big money

    Release [C++] Small Code Thread

    how do you setup text align? how do you setup center and right alignment? only way I can do it is subtract width and I think thats not the only way. plz help
  2. big money

    Question bo2 glow types and align

    so I got glow text working with sc58's GfxCmdDrawText2D bool. but it looks like trash and I really want text outline not glow and cant figure it out. can anyone help? also cant figure out text align without using R_TextWidth to subtract. I can also offer some help with mw3 if needed. just wanna...
  3. big money

    Release [C++] Small Code Thread

    any chance you can post how to do the check box bools or player chams or how to set glow engine text plz? thanks for any help
  4. big money

    Question bo2 set glow engine text function

    can someone plz give a example of the function to set glow on engine text? bool(*SetDrawText2DGlowParms)(GfxCmdDrawText2D *cmd, const float *color, const float *glowColor) = (bool(*)(GfxCmdDrawText2D*, const float*, const float*))&SetDrawText2DGlowParms_t; cant figure out how to make a text...
  5. big money

    Release [C#/C++] BO2 Notification

    can this be used in game? don't work for me but its been a long time away from sprx for me. I do get a error at sys_ppu_thread_t. thanks for any help
Top