Map icon +rep
#1

I need SetPlayerMapIcon when i found pickup there will be maked icon in map so please help me give me the code
Reply
#2

pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == youridhere) SetPlayerMapIcon(playerid, iconid, Float:x, Float:y, Float:z, markertype, color, style);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)