24.11.2012, 15:56
I need SetPlayerMapIcon when i found pickup there will be maked icon in map so please help me give me the code
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == youridhere) SetPlayerMapIcon(playerid, iconid, Float:x, Float:y, Float:z, markertype, color, style);
return 1;
}