ServerServiceGetConsoleVarAsString Method |
Gets the string value of a console variable.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
Remarks
Using this function with anything other than a string (integer, boolean or float) will cause your server to
crash. Using it with a nonexistent console variable will also cause your server to crash.
See Also