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