Click or drag to resize

IServerServiceDisableInteriorEnterExits Method

Disable all the interior entrances and exits in the game (the yellow arrows at doors).

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
void DisableInteriorEnterExits()
Remarks
This function will only work if it has been used BEFORE a player connects (it is recommended to use it in OnGameModeInit). It will not remove a connected player's markers.
See Also