03.04.2016, 09:24
You need the name of the zone that the player is in when an admin clicks the map. I believe 'Zones' is the textdraw for players when they enter an area (just like you have in SP).
PHP код:
new
temp_Zone[28];
GetPlayer2DZone(playerid, temp_Zone, sizeof(temp_Zone));
format(string, 128, "Admin Log: %s has map teleported to %s.", playername, temp_Zone);