getServerConfigSetting | Multi Theft Auto: Wiki Skip to content

getServerConfigSetting

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function retrieves server settings which are usually stored in the mtaserver.conf file.

Syntax

getServerConfigSetting ( )

Code Examples

server

This example prints the server minimum allowed client version to the chatbox

outputChatBox( getServerConfigSetting ("minclientversion") )