Which ID is this and is it a PICKUP or Object?
#1

I want to put this marker at the exits positions of stores, Is it object or pickup? and which id is it ?


Reply
#2

that is object, don't know ID. And if you want to remove those from map use function DisableInteriorEnterExit

Link
Reply
#3

You need to disable the main Door Icons first with

Quote:

DisableInteriorEnterExits();

The object ID i think you are looking for is

Quote:

1559

Reply
#4

Yes it's 1559, but it's so small, how to make it big ? is there any method or i have to find another object id ?

[Edit:] Nevermind about the size, i have a question: i put the object id as streamer (Dynamic)
How to check if the player come into the object?? to make him exit the interior.

Is it OnPlayerPickUpDynamicObject ?
Reply
#5

Bumb
Reply
#6

pawn Код:
public OnPlayerPickUpDynamicPickup(playerid, pickupid)
{
        //add here
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)