SetPlayerMapIcon Farbe?

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hallo,


    ich habe einen Stock der folgendes enthält:



    stock mapicons
    {
    ...
    SetPlayerMapIcon( playerid, 13, 1107.94, -1213.81, 17.38, 56,0);
    SetPlayerMapIcon( playerid, 14, 2125.36, -2275.06, 20.67, 1, 0x00DD92FF);
    ...
    }


    Das ganze wird unter
    OnPlayerConnect aufgerufen und nun kommt das Problem:


    ID 13 wird angezeigt bei ID 14 sieht man nur ein weisses Quadrat.


    Weiß jemand woran das liegen könnte?


    Gruß.

  • Ich kenn die Seite ;)


    http://wiki.sa-mp.com/wiki/SetPlayerMapIcon


    playeridThe ID of the player to set the map icon for.


    iconidThe player's icon ID, ranging from 0 to 99, to be used in RemovePlayerMapIcon.


    Float:xThe X coordinate of the place where you want the icon to be.


    Float:yThe Y coordinate of the place where you want the icon to be.


    Float:zThe Z coordinate of the place where you want the icon to be.


    markertypeThe icon to set.
    colorThe color of the icon, this should only be used with the square icon (ID: 1).





    Note: If you use an invalid icon ID, it will create ID 1 (White Square)


    Important Note: You can only have 100 mapicons! (32 in SA-MP 0.2X)
    lt dem muss das ja so aufgebaut sein:
    (playerid, iconid, Float:x, Float:y, Float:z, markertype, color)