Yellow pickup - 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: Yellow pickup (
/showthread.php?tid=348378)
Yellow pickup -
jimis - 05.06.2012
Hi all,how i can delete the yellow "thing" out of shops and houses?
Re: Yellow pickup -
Firo - 05.06.2012
You mean interiors entrances ?
Yes you can.
pawn Код:
DisableInteriorEnterExits();
put it OnGameModeInit public.
Glad to help you mate.
Re: Yellow pickup -
jimis - 05.06.2012
Ok really thanks Firo.
Re: Yellow pickup -
Firo - 05.06.2012
No problem mate.
Re: Yellow pickup -
jimis - 05.06.2012
And something else,How i can set a name up to the "blue house" pickup?
Re: Yellow pickup -
Vegas. - 05.06.2012
AddStaticPickup..
Re: Yellow pickup -
Firo - 05.06.2012
Quote:
Originally Posted by jimis
And something else,How i can set a name up to the "blue house" pickup?
|
Can you explain? You want a chatbubble on the house or a Pickup with 3D text?
Re: Yellow pickup -
Yordan_Kronos - 05.06.2012
EXAMPLE!
pawn Код:
public OnGameModeInit( )
{
// Create a pickup for armor.
AddStaticPickup(1242, 2, 1503.3359, 1432.3585, 10.1191, 0);
Re: Yellow pickup -
jimis - 05.06.2012
i mean this:
http://imageshack.us/f/37/samp104za.png/
Look this image at "blue house" write "24/7 idlewood",How i can do that?
Re: Yellow pickup -
zDevon - 07.06.2012
After you add the blue house with AddStaticPickup as shown above, use Create3DTextLabel (
https://sampwiki.blast.hk/wiki/Create3DTextLabel) just under the AddStaticPickupLine.