Destroy default pickup
#1

Hello!
I wanna set this interior as the VLA's HQ: http://weedarr.wdfiles.com/local--fi...urhbergers.jpg
But, I want to remove the default singleplayer pickup in this interior, or to make it unaccesible.
Reply
#2

IIRC, use this under OnGameModeInit or OnFilterscriptInit.

DisableInteriorEnterExits();
Reply
#3

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

But I want to remove only that pickup, not all of them!
Reply
#5

As far as I know, thats the only way in removing standard interior pickups, sorry man, you will have to manually put the other ones back.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)