SA-MP Forums Archive
Which ID is this and is it a PICKUP or Object? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Which ID is this and is it a PICKUP or Object? (/showthread.php?tid=512121)



Which ID is this and is it a PICKUP or Object? - AnonScripter - 09.05.2014

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





Re: Which ID is this and is it a PICKUP or Object? - CoaPsyFactor - 09.05.2014

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

Link


Re: Which ID is this and is it a PICKUP or Object? - Ciandlah - 09.05.2014

You need to disable the main Door Icons first with

Quote:

DisableInteriorEnterExits();

The object ID i think you are looking for is

Quote:

1559




Re: Which ID is this and is it a PICKUP or Object? - AnonScripter - 09.05.2014

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 ?


Re: Which ID is this and is it a PICKUP or Object? - AnonScripter - 09.05.2014

Bumb


Re: Which ID is this and is it a PICKUP or Object? - awsomedude - 09.05.2014

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