Click or drag to resize

ServerConfigSet Method

Sets the configuration value with the specified key to the specified value for the current session.

Namespace:  SampSharp.GameMode.SAMP
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public void Set(
	string key,
	string value
)

Parameters

key
Type: SystemString
The key.
value
Type: SystemString
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey
See Also