(adsbygoogle = window.adsbygoogle || []).push({});
Hi guys, i've been working on my first C# menu base for real time modding on ghosts for a whole month. I've gotten it to work with AlmightySo's Hud Elements for 1.09 but then I found a bug so I had to switch. Now I'm using Seb5594's hud elements. (I got this from when I was elite). But for some reason I must be doing something wrong because neither the text or the shader displays. I've defined a public static uint MyElem, but when I click on a button to set the shader it does not display at all. I know everything is correct with client index, width, heighth, x/y, R/G/B/A etc.
public static uint MyElem;
MyElem = SebHuds.SetShader(0, "white", 325, 145, -190, 150, 150, 0, 0, 140);
//SebHuds is a class for organization
But when I run this code no hud elements show up on my game! I am connected and attached, and RPC has been enabled!
Idk what to do :/
Maybe I'm doing this wrong? Or maybe I can't use these Hud elements in split-screen/lan? (this is how i test)