Lipto Posted June 18, 2019 Posted June 18, 2019 Hallo Rage Community , ich habe mir ein paar Blips erstellt in C# und wollte jetzt diesen noch unbennen aber nichts hat bis jetzt funktionier. Kann mir da jemand weiter helfen?
BitDEVil2K16 Posted July 1, 2019 Posted July 1, 2019 Ein paar mehr Informationen wären sinnvoll zB. wie genau und was genau du gemacht hast! Blip blip = NAPI.Blip.CreateBlip(new Vector3(0,0,0), 0); blip.Sprite = (uint)1 blip.Name = "";
Danieltfg Posted November 18, 2019 Posted November 18, 2019 Guten Tag wo füge ich den sowas ein also wo gebe ich den txt: Blip blip = NAPI.Blip.CreateBlip(new Vector3(0,0,0), 0); blip.Sprite = (uint)1 blip.Name = ""; ein?
XCRON Posted December 21, 2019 Posted December 21, 2019 Sinnvoll wäre da: Blip blip = NAPI.Blip.CreateBlip(new Vector3(0,0,0), 0); blip.Sprite = (uint)1 blip.Name = "BLIPNAME";
Recommended Posts