02.01.2013, 10:53
https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits
Example:
EDIT: Too fucking late
Код:
This forum requires that you wait 120 seconds between posts. Please try again in 71 seconds.
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}