Default enter interior icons
#1

Does anyone know how I can remove these like the ones to enter business, houses and police stations.
So if you know how please let me know

Edit - Also the yellow cones please
Reply
#2

I don't get what you mean by the first, but put this
pawn Код:
DisableInteriorEnterExits();
under OnGameModeInit and you're good to go.
Reply
#3

pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}
Reply
#4

Under OnGameModeInIt
pawn Код:
DisableInteriorEnterExits();
Reply
#5

That worked kind of. But the yellow cones that float about are still there like at the LSPD police station
Reply
#6

What do you mean yellow cones?Like the once you pick up, well then go to your script and search for CreatePickup and delete the ones you don't need.
Reply
#7

No I didnt script them look at this pic - http://imgur.com/a/SMsPh
Reply
#8

Sorted thanks for the help guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)