18.09.2015, 12:39
Code:
new Float:tx,Float:ty,Float:tz; GetPlayerPos(listitem,tx,ty,tx); SetPlayerMapIcon(playerid,40,tx,ty,tz,42,0,MAPICON_LOCAL); new str[128]; format(str,sizeof(str),"%s is marked on your map.",PlayerName(listitem)); SCM(playerid,COLOR_LIGHTBLUE,string);