I must know which is the current map. I find this page, but I don't know how to use it.
I tried :
Syntax: Select all
currentmap = engine_server.server_command('map_name')
SayText2(message='Current map : {0}'.format(currentmap)).send()
But it doesn't work. It shows me "Current map : None" in the chat
How I can do it please?