25.03.2011, 16:05
You have to change the Iconid. You have two Icons with one Iconid, this does not work, change the second Syntax after playerid to an ID, like 1, 2, 3 and so on...
pawn Код:
SetPlayerMapIcon(playerid,1, -95.6989,-385.3191,1.4297, 52, 0, MAPICON_LOCAL ); //test1
SetPlayerMapIcon(playerid,2, 2204.9468, 1986.2877, 16.7380, 52, 0, MAPICON_LOCAL ); //test2

