Jump to content
  • 0

Problema Iconita


Slipknot

Question

2 answers to this question

Recommended Posts

ia uite

    MapIconsShown[playerid] = 1;

    //--Banka & Hospital

  SetPlayerMapIcon(playerid, 0, 1458.3479,-1013.4602,26.8438, 52, COLOR_YELLOW); // Bank LS

        SetPlayerMapIcon(playerid, 1, 1461.695, -1011.915, 26.84375, 52, COLOR_YELLOW);  // Bank ls

        SetPlayerMapIcon(playerid, 2, 2576.8567,1324.2797,10.8203, 52, COLOR_YELLOW);  // Bank LV

        SetPlayerMapIcon(playerid, 3, 1178.03, -1323.41, 14.10, 22, COLOR_YELLOW);  // Hospital

    //--Baruri

        SetPlayerMapIcon(playerid, 4, 2410.1682,-1220.7765,25.2978, 49, COLOR_YELLOW); // Pig Pen

        SetPlayerMapIcon(playerid, 5, 2104.2959,-1806.5341,13.5547, 29, COLOR_YELLOW); // PiZza

SetPlayerMapIcon(playerid, 6, 2312.9451,-1645.0206,14.8270, 49, COLOR_YELLOW); // Ten Green

//--DepartamenTs

        SetPlayerMapIcon(playerid, 7, 1528.779, -1678.113, 5.890625, 30, COLOR_YELLOW);  // Police Station

        SetPlayerMapIcon(playerid, 8, 2287.1721,2432.3618,10.8203, 20, COLOR_YELLOW);  // F.B.I

//--Ammunition

        SetPlayerMapIcon(playerid, 9, 1368.2556,-1279.7607,13.5469, 18, COLOR_YELLOW); // Ammunition

//--Casino

    SetPlayerMapIcon(playerid, 10, 2020.0857,1007.5203,10.8203, 25, COLOR_YELLOW); // Casino

        SetPlayerMapIcon(playerid, 11, 2196.1008,1677.0640,12.3672, 25, COLOR_YELLOW); // Casino

SetPlayerMapIcon(playerid, 12, 2162.7446,2058.0830,10.8203, 25, COLOR_YELLOW); // Casino

//--Haine

SetPlayerMapIcon(playerid, 13, 2244.3423,-1665.5542,15.4766, 45, COLOR_YELLOW); // Binco

SetPlayerMapIcon(playerid, 14, 1456.9822,-1138.0355,23.9778, 45, COLOR_YELLOW); //Zip

SetPlayerMapIcon(playerid, 15, 2576.7092,1324.3406,10.8203, 52, COLOR_YELLOW); //BANCA LV

    for(new i = 0; i < sizeof(HouseInfo); i++)

        {

SetPlayerMapIcon(playerid,i + 20,HouseInfo[hEntrancex],HouseInfo[hEntrancey],HouseInfo[hEntrancez],31,COLOR_LIGHTRED);

}

for(new i = 0; i < sizeof(SBizzInfo); i++)

{

    SetPlayerMapIcon(playerid,i + 20,SBizzInfo[sbEntranceX],SBizzInfo[sbEntranceY],SBizzInfo[sbEntranceZ],36,COLOR_LIGHTRED);

}

}

return 1;

}

Vrei ceva? [email protected]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.