habe hier mich bisschen ausprobiert warum wird mir nichts davon Ingame angezeigt
Code
- class Allgemeine_Blips : Script
- {
- public void Allgemeineblips()
- {
- }
- public void Blips()
- {
- //newbie renroller
- Blip rentroller = NAPI.Blip.CreateBlip(467, new Vector3(-1037.9623, -2731.7002, 20.169273), 0.8f, 41);
- NAPI.Blip.SetBlipName(rentroller, "rentroller"); NAPI.Blip.SetBlipShortRange(rentroller, true); NAPI.Blip.SetBlipScale(rentroller, 0.8f);
- NAPI.Marker.CreateMarker(30, new Vector3(-1037.9623, -2731.7002, 20.169273), new Vector3(), new Vector3(0, 0, 236.175), 1f, new Color(16, 78, 139, 100));
- NAPI.TextLabel.CreateTextLabel("Benutze /rentroller", new Vector3(-1037.9623, -2731.7002, 20.169273), 100, 5, 1, new Color(16, 78, 139, 100), false);
- }
- }