Added button for ShootPlayer function

This commit is contained in:
Jadis0x
2023-08-09 22:28:24 +03:00
committed by GitHub
parent 620828d4a0
commit 9d12c57588

View File

@@ -1380,6 +1380,13 @@ namespace DevourClient
bp.TPAzazel();
}
if(Helpers.Map.GetActiveScene() == "Town"){
if (GUI.Button(new Rect(Settings.Settings.x + 590, Settings.Settings.y + 105 + i, 90, 30), "Shoot Player"))
{
bp.ShootPlayer();
}
}
i += 30;
}
}