You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
var str;
|
|
ini_open((working_directory + "\settings.ini"))
|
|
str = ini_read_string("Settings", "moderatorpass", "123456789")
|
|
ini_close()
|
|
msg = get_string_async("Type in the password players can use to control the server from their game.", str)
|