Já tenho um pronto aqui.
Código:
new blackmap;
public OnGameModeInit()
{
blackmap = GangZoneCreate(-3334.758544, -3039.903808, 3049.241455, 3184.096191);
return 1;
}
public OnPlayerSpawn(playerid)
{
GangZoneShowForPlayer(playerid, blackmap, 0x000000FF);
return 1;
}