Jump to content
  • 0

pomoc Ikonky na mape


Guest FuCkeR

Dotaz

Ahoj. Delal sem podle navodu v gta.cz : http://www.gta.cz/mp/clanek/sa-mp-pawno-ikony-na-mape

a vsechno sem udelal presne a mel sem 0 erroru ale kdyz sem isiel na mod tak to tam nebilo sad tie ikonky a mam to tak:

Do onplayerconnect som dal:

SetPlayerMapIcon(playerid,1,-1635.6549,13.5612,114.7984,30,COLOR_WHITE);
SetPlayerMapIcon(playerid,1,-1911.3578,13.3908,348.8607,43,COLOR_WHITE);

 

pomuzte pls

Link to comment
Share on other sites

Recommended Posts

  • 0
Guest smaleyqo

skus tak

SetPlayerMapIcon(playerid,1,-1635.6549,13.5612,114.7984,30,COLOR_WHITE);
SetPlayerMapIcon(playerid,2,-1911.3578,13.3908,348.8607,43,COLOR_WHITE);

a ked urobis este jeten tak to prve cislo navis o jeden

Link to comment
Share on other sites

  • 0

tma je ze mas jen 32max.A prvni musi mit jednicku druha mapka musi mit dvojku trojku a tkato to pudje dal viz

skus tak
SetPlayerMapIcon(playerid,1,-1635.6549,13.5612,114.7984,30,COLOR_WHITE);
SetPlayerMapIcon(playerid,2,-1911.3578,13.3908,348.8607,43,COLOR_WHITE);

chapes?
Link to comment
Share on other sites

  • 0

ceky podivam se

 

-- ned 07. úno 2010 13:20:48 --

 

ja ot mma takto v mem starym mode ktery sem nechal

 

SetPlayerMapIcon(playerid, 1,-1390.0668,2636.8530,55.9844, 30,0xAAFFAAFF);//policie
   SetPlayerMapIcon(playerid, 2,-1414.3203,2594.3672,55.8403, 27,0xAAFFAAFF);//mechanik
   SetPlayerMapIcon(playerid, 3,-1382.1440,2111.3108,42.2000, 9,0xAAFFAAFF);//rybar
   SetPlayerMapIcon(playerid, 4,-1515.0870,2520.8289,55.8743, 22,0xAAFFAAFF);//doktor
   SetPlayerMapIcon(playerid, 5,-1456.5447,2594.5000,55.8359, 29,0xAAFFAAFF);//pizzaboy
   SetPlayerMapIcon(playerid, 6,-1667.7740,2495.2373,87.0389, 62,0xAAFFAAFF);//najemny vrah
   SetPlayerMapIcon(playerid, 7,-1315.5348,2696.8899,50.0625, 51,0xAAFFAAFF);//kamionak
   SetPlayerMapIcon(playerid, 8,-1307.5004,2504.8169,87.0420, 25,0xAAFFAAFF);//mafian
   SetPlayerMapIcon(playerid, 9,-1437.7910,2626.2393,55.8359, 36,0xAAFFAAFF);//autoskola

Link to comment
Share on other sites

  • 0

nee!! to nemusis mit takto ty barvy skus pred to 1 nebo 2 udelat mezeru ty farby to je pdole toho jak je mas nahore nastavene kdyz mas treba color_sracka 0Xff5442 a nejaky cisla tak ti staci dat color_sracka a da ti to tma tu barvu 0xff5442 ale to sme si ted vymyslel

Link to comment
Share on other sites

  • 0
neide ti to proto lebo mas blbie souradnice mnelo by to byt
SetPlayerMapIcon(playerid,2,-1911.3578,13.3908,348.8607,COLOR_WHITE);

to je blbe!! pref color_white ma byt jeste cislo te ikonky voe!!
Link to comment
Share on other sites

  • 0
neide ti to proto lebo mas blbie souradnice mnelo by to byt
SetPlayerMapIcon(playerid,2,-1911.3578,13.3908,348.8607,COLOR_WHITE);

to je blbe!! pref color_white ma byt jeste cislo te ikonky voe!!

 

 

no lol... no comment

Link to comment
Share on other sites

  • 0
SetPlayerMapIcon(playerid,1,-1635.6549,13.5612,114.7984,30,COLOR_WHITE);
SetPlayerMapIcon(playerid,2,-1911.3578,13.3908,348.8607,43,COLOR_WHITE);

jo jeste cislo te ikonky ale aj tak mi to nejde mam to tak

Link to comment
Share on other sites

  • 0
Guest smaleyqo

ja to mam tak a jde mi to

SetPlayerMapIcon(playerid, 1, -1969.6184,278.8648,35.1794, 52, COLOR_WHITE);
SetPlayerMapIcon(playerid, 2, -1912.9718,279.2955,50.9722, 51, COLOR_WHITE);

Link to comment
Share on other sites

  • 0
#define COLOR_PINK 0xFF66FFAA

public OnPlayerConnect(playerid)
{
SetPlayerMapIcon(playerid,1,1741.5049,-1456.6654,13.5137,20,COLOR_PINK);
SetPlayerMapIcon(playerid,2,328.6813,-1513.0553,36.0391,55,COLOR_PINK);
SetPlayerMapIcon(playerid,3,1552.3722,-1675.6289,16.1953,30,COLOR_PINK);
SetPlayerMapIcon(playerid,4,1173.0732,-1327.2336,15.3968,22,COLOR_PINK);
SetPlayerMapIcon(playerid,5,2025.2440,-1403.2008,17.2098,22,COLOR_PINK);
SetPlayerMapIcon(playerid,6,-348.2231,-1049.0800,59.3106,37,COLOR_PINK);
SetPlayerMapIcon(playerid,7,-381.5686,-1438.9169,25.7266,37,COLOR_PINK);
SetPlayerMapIcon(playerid,8,1590.6505,-2281.5989,-1.2074,5,COLOR_PINK);
SetPlayerMapIcon(playerid,9,-77.5048,-1136.4791,1.0781,51,COLOR_PINK);
return 1;
}

Link to comment
Share on other sites

  • 0

ted sem dal do connect toto :

SetPlayerMapIcon(playerid, 1,-1635.6549,13.5612,114.7984,  30,COLOR_WHITE); // SWAT
SetPlayerMapIcon(playerid, 2,-1911.3578,13.3908,348.8607,  43,COLOR_WHITE); // TERRORISTI

ale stale nejde :(.

 

A hele undertalker mam tam COLOR_WHITE nadefinovany

Link to comment
Share on other sites

  • 0
Guest [TFC]M4r3k

Nemá tam bej to CLOR_WHITE to smaž mam to v modu takto:

SetPlayerMapIcon( playerid, ID, X,Y,Z, ID, 0 );

SetPlayerMapIcon( playerid, 36, -2187.3972,2416.5127,5.1652, 36, 0 );

A funguje to.

Link to comment
Share on other sites

  • 0
Guest [TFC]M4r3k
typek ja ot tam ma a de to precti si navod dejte tam color_white ale stejne se to zmeni na pozadovanou barvu myslim :d

Aha no tje jedno mě to de i bez toho podle mě se to tam dávat nemusí :d

PS:[igT]_Killer-->jestli chceš napiš mi na ICQ:355325186 opravim ti to ;)

Link to comment
Share on other sites

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