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.
AM2R-Multitroid-Fair-Team-PVP/Export_CodeServer/gml_Object_oModPassword_Mou...

6 lines
240 B

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)