I tried to code.... The result:
Code:
plugin_end()
{
new mapname[32]
get_mapname(mapname, 31)
client_print(0, print_chat, "%L: %s", LANG_PLAYER, "PLAYED_MAP", mapname)
}
The code doesn't work. I think the problem is here: plugin_end() - the brackets is empty.
(I'm just beginner -_- )