A simple question
#1

I have a simple question, how can I remove interior markers?
Like the ammunation marker which you step in and you go into the interior.
I simply need that due to such player's buying weapons there and using them to DM
Reply
#2

Add this OnGameModeInit

pawn Код:
DisableInteriorEnterExits();
Reply
#3

https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits

Код:
This forum requires that you wait 120 seconds between posts. Please try again in 71 seconds.
Example:
pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}
EDIT: Too fucking late
Reply
#4

Alright thanks ^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)