Yellow pickup
#1

Hi all,how i can delete the yellow "thing" out of shops and houses?
Reply
#2

You mean interiors entrances ?

Yes you can.

pawn Код:
DisableInteriorEnterExits();
put it OnGameModeInit public.

Glad to help you mate.
Reply
#3

Ok really thanks Firo.
Reply
#4

No problem mate.
Reply
#5

And something else,How i can set a name up to the "blue house" pickup?
Reply
#6

AddStaticPickup..
Reply
#7

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?
Reply
#8

EXAMPLE!

pawn Код:
public OnGameModeInit( )
{
    // Create a pickup for armor.
    AddStaticPickup(1242, 2, 1503.3359, 1432.3585, 10.1191, 0);
Reply
#9

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?
Reply
#10

After you add the blue house with AddStaticPickup as shown above, use Create3DTextLabel (https://sampwiki.blast.hk/wiki/Create3DTextLabel) just under the AddStaticPickupLine.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)