(adsbygoogle = window.adsbygoogle || []).push({});
Yo, i made a own Bo2 Mod Menu and i have a question to the Mod Menu design.
How can i add the USA flag to my Bo2 Mod Menu background?
I have already added this emblem(and this work great) :
self drawShader("emblem_bg_movie_star", -230, 20, 150, 150, (1, 0, 7), 0, 1);
and this will load the "emblem_bg_movie_star" :
precacheShader("emblem_bg_movie_star"); .
But i will now add the USA flag too (I think this is the code for the USA Flag: "flag_usa".)
I have add the "flag_usa" code to the : self drawShader("flag_usa", -230, 20, 150, 150, (1, 0, 7), 0, 1); and too in the loader:
precacheShader("flag_usa"); . But it don't work the USA flag is not on the Bo2 Mod Menu background, the background is invisible:/
Do you can help me to add the USA flag to my Bo2 Mod Menu background?
thanks in adwance