[AYUDA]SetMapIcon
#1

Porque me salen estos warnings

(3236) : warning 213: tag mismatch
(3237) : warning 213: tag mismatch
(323 : warning 213: tag mismatch
(3239) : warning 213: tag mismatch

aqui estan las lineas:
SetPlayerMapIcon( playerid, 59, 1702.824, -2120.061, 1702.824, -2120.061, 0); //astecas
SetPlayerMapIcon( playerid, 60, 2208.601, 2208.601, -1168.656, -1168.656, 0); //ballas
SetPlayerMapIcon( playerid, 61, 2159.164, 2159.164, -1685.81, -1685.81, 0); //vagos
SetPlayerMapIcon( playerid, 63, 2470.997, 2470.997, -1670.019, -1670.019, 0); //grove1
Reply
#2

tenes mal esos codigos es asi:
pawn Код:
SetPlayerMapIcon(playerid, iconid, Float:x, Float:y, Float:z, tipo, color)
vos pusiste las 4 coordenadas, solo van las primeras 3, osea X,Y y Z
Reply
#3

Grasias , Si me sirvio.
Reply
#4

pawn Код:
SetPlayerMapIcon( playerid, 59, 1702.824, -2120.061, 1702.824, -2120.061,58, 0); //astecas
SetPlayerMapIcon( playerid, 60, 2208.601, 2208.601, -1168.656, -1168.656,59, 0); //ballas
SetPlayerMapIcon( playerid, 61, 2159.164, 2159.164, -1685.81, -1685.81,60, 0); //vagos
SetPlayerMapIcon( playerid, 63, 2470.997, 2470.997, -1670.019, -1670.019,62, 0); //grove1
Reply
#5

Saben como hacer cuando alguien mate a gente en el server le de 1 score por matansa ? ?
Reply
#6

SetPlayerScore(killerid, GetPlayerScore +1);
en OnPlayerDeath
Reply
#7

Quote:
Originally Posted by Link_
Посмотреть сообщение
SetPlayerScore(killerid, GetPlayerScore +1);
en OnPlayerDeath
Correcciуn:
SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
Reply
#8

Grasias.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)