Jump to content
  • 0

Problema SetPlayerMapIcon


RzV

Question

Salut.

Am incercat sa pun niste Icoane pe Mini-Map . Dupa ce am compilat mia dat urmatoarele warninguri :

C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\rzv.pwn(2292) : warning 213: tag mismatch
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\rzv.pwn(2293) : warning 213: tag mismatch
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\rzv.pwn(2294) : warning 213: tag mismatch
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\rzv.pwn(2296) : warning 213: tag mismatch
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\rzv.pwn(2297) : warning 213: tag mismatch
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\rzv.pwn(2298) : warning 213: tag mismatch
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\rzv.pwn(2299) : warning 213: tag mismatch
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\rzv.pwn(2300) : warning 213: tag mismatch
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\rzv.pwn(2301) : warning 213: tag mismatch
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\rzv.pwn(2302) : warning 213: tag mismatch
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\rzv.pwn(2303) : warning 213: tag mismatch
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\rzv.pwn(2304) : warning 213: tag mismatch
C:\Documents and Settings\Administrator\Desktop\Server\gamemodes\rzv.pwn(2305) : warning 213: tag mismatch
Aceste warninguri mi lea dat la urmatoarele linii create de mine :
SetPlayerMapIcon(playerid, 1, 1833.1733,-1842.2561,13.0468,91.0924, 25, COLOR_YELLOW );  // 24/7 Gara LS
SetPlayerMapIcon(playerid, 2, 1835.4193,-1681.5654,12.8729,272.6416, 50, COLOR_YELLOW );  // Restaurant
SetPlayerMapIcon(playerid, 3, 1790.7714,-1164.7106,23.3095,252.6515, 6, COLOR_YELLOW );  // GSLS
SetPlayerMapIcon(playerid, 4, 1528.779, -1678.113, 5.890625, 30, COLOR_YELLOW );  // Lspd
SetPlayerMapIcon(playerid, 5, 1461.3207,-1027.6874,23.3091,178.0207, 52, COLOR_YELLOW );  // Banca LS
SetPlayerMapIcon(playerid, 6, 1456.4692,-1138.7400,23.4732,152.1074, 45, COLOR_YELLOW );  // Binco BANCA
SetPlayerMapIcon(playerid, 7, 1368.0562,-1280.3044,13.0464,263.2961, 6, COLOR_YELLOW );  //  AMMU-NATION
SetPlayerMapIcon(playerid, 8, 1310.1782,-1367.8768,13.0174,44.6101, 19, COLOR_YELLOW );  // PaintBall
SetPlayerMapIcon(playerid, 9, 1176.4226,-1324.1610,13.6054,269.9088, 22, COLOR_YELLOW );  // Spital LS
SetPlayerMapIcon(playerid, 10, 1200.6644,-922.6690,42.4939,99.6677, 10, COLOR_YELLOW );  // Burger Nord LS
SetPlayerMapIcon(playerid, 11, 999.9603,-919.9976,41.7294,280.1583, 25, COLOR_YELLOW );  // 24/7 Nord
SetPlayerMapIcon(playerid, 12, 844.6118,-1046.0533,24.8973,177.0627, 16, COLOR_YELLOW );  // CNN
SetPlayerMapIcon(playerid, 13, 597.4052,-1247.3521,17.7364,162.9618, 43, COLOR_YELLOW );  // GET
SetPlayerMapIcon(playerid, 14, 2131.1179,-2284.1416,20.6643,215.4636, 44, COLOR_YELLOW );  // DELIVER
Iar cand intru pe server imi arata pe mini-map urmatoarele icoane ( patratele albe )
http://img217.imageshack.us/img217/8303/problemao.png
ID-urile icoanelor le-am luat de aici :
http://wiki.sa-mp.com/wiki/MapIcons

Aveti vro idee de ce nu merg icoanele pe server sau de ce imi da urmatoarele warninguri???

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Guest farse

SetPlayerMapIcon(playerid, 1, 1833.1733,-1842.2561,13.0468,25, COLOR_YELLOW ,0);  // 24/7 Gara LS
SetPlayerMapIcon(playerid, 2, 1835.4193,-1681.5654,12.8729, 50, COLOR_YELLOW ,0);  // Restaurant
SetPlayerMapIcon(playerid, 3, 1790.7714,-1164.7106,23.3095, 6, COLOR_YELLOW ,0);  // GSLS
SetPlayerMapIcon(playerid, 4, 1528.779, -1678.113, 5.890625, 30, COLOR_YELLOW ,0);  // Lspd
SetPlayerMapIcon(playerid, 5, 1461.3207,-1027.6874,23.3091, 52, COLOR_YELLOW ,0);  // Banca LS
SetPlayerMapIcon(playerid, 6, 1456.4692,-1138.7400,23.4732, 45, COLOR_YELLOW ,0);  // Binco BANCA
SetPlayerMapIcon(playerid, 7, 1368.0562,-1280.3044,13.0464, 6, COLOR_YELLOW ,0);  //  AMMU-NATION
SetPlayerMapIcon(playerid, 8, 1310.1782,-1367.8768,13.0174, 19, COLOR_YELLOW ,0);  // PaintBall
SetPlayerMapIcon(playerid, 9, 1176.4226,-1324.1610,13.6054, 22, COLOR_YELLOW ,0);  // Spital LS
SetPlayerMapIcon(playerid, 10, 1200.6644,-922.6690,42.4939, 10, COLOR_YELLOW ,0);  // Burger Nord LS
SetPlayerMapIcon(playerid, 11, 999.9603,-919.9976,41.7294, 25, COLOR_YELLOW ,0);  // 24/7 Nord
SetPlayerMapIcon(playerid, 12, 844.6118,-1046.0533,24.8973, 16, COLOR_YELLOW ,0);  // CNN
SetPlayerMapIcon(playerid, 13, 597.4052,-1247.3521,17.7364, 43, COLOR_YELLOW ,0);  // GET
SetPlayerMapIcon(playerid, 14, 2131.1179,-2284.1416,20.6643, 44, COLOR_YELLOW,0 );  // DELIVER

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

Link to comment
Share on other sites

pentru ca nu ai toate parametrele puse trebuie sa fie asa:

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

(playerid, iconid, Float:x, Float:y, Float:z, markertype, color,  style)

deci ale tale ar trebuii sa arate asa:

SetPlayerMapIcon(playerid, 1, 1833.1733,-1842.2561,13.0468,91.0924, 25, COLOR_YELLOW, 1);  // 24/7 Gara LS

incearca sa pui asa la toate...si stylul la mapicon gasesti acolo unde ti-am dat linku

Fara reclama in semnatura!

Link to comment
Share on other sites

SetPlayerMapIcon(playerid, 1, 1833.1733,-1842.2561,13.0468,25, COLOR_YELLOW ,0);  // 24/7 Gara LS
SetPlayerMapIcon(playerid, 2, 1835.4193,-1681.5654,12.8729, 50, COLOR_YELLOW ,0);  // Restaurant
SetPlayerMapIcon(playerid, 3, 1790.7714,-1164.7106,23.3095, 6, COLOR_YELLOW ,0);  // GSLS
SetPlayerMapIcon(playerid, 4, 1528.779, -1678.113, 5.890625, 30, COLOR_YELLOW ,0);  // Lspd
SetPlayerMapIcon(playerid, 5, 1461.3207,-1027.6874,23.3091, 52, COLOR_YELLOW ,0);  // Banca LS
SetPlayerMapIcon(playerid, 6, 1456.4692,-1138.7400,23.4732, 45, COLOR_YELLOW ,0);  // Binco BANCA
SetPlayerMapIcon(playerid, 7, 1368.0562,-1280.3044,13.0464, 6, COLOR_YELLOW ,0);  //  AMMU-NATION
SetPlayerMapIcon(playerid, 8, 1310.1782,-1367.8768,13.0174, 19, COLOR_YELLOW ,0);  // PaintBall
SetPlayerMapIcon(playerid, 9, 1176.4226,-1324.1610,13.6054, 22, COLOR_YELLOW ,0);  // Spital LS
SetPlayerMapIcon(playerid, 10, 1200.6644,-922.6690,42.4939, 10, COLOR_YELLOW ,0);  // Burger Nord LS
SetPlayerMapIcon(playerid, 11, 999.9603,-919.9976,41.7294, 25, COLOR_YELLOW ,0);  // 24/7 Nord
SetPlayerMapIcon(playerid, 12, 844.6118,-1046.0533,24.8973, 16, COLOR_YELLOW ,0);  // CNN
SetPlayerMapIcon(playerid, 13, 597.4052,-1247.3521,17.7364, 43, COLOR_YELLOW ,0);  // GET
SetPlayerMapIcon(playerid, 14, 2131.1179,-2284.1416,20.6643, 44, COLOR_YELLOW,0 );  // DELIVER

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

Ouuu da . Multumesc frumos FarSe la fel si tie xxSPEEDYxx

Treaba este rezolvata ;)

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.