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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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