Fix test menu crashing under test features tab, add new text to English.toml.

This commit is contained in:
kelson8 2024-06-14 16:00:09 -04:00
parent ff8bc95bc7
commit 3124345d78
Signed by: kelson8
GPG Key ID: 3D738D9DD7239E13
2 changed files with 12 additions and 3 deletions

View File

@ -327,7 +327,6 @@ CustomSkinsTab = "Custom skins"
CustomSkinsTip = "Note: Your txd & dff names can't exceed 8 characters. Don't change names while the game is running."
CustomSkinTutorial = """
Custom skin allows to change player skins without replacing any existing game ped skins.
Steps to enable 'Custom Skins',
1. Download & install modloader
@ -342,6 +341,10 @@ Limitations:
3. Do NOT name your files to existing ped names
Doing so will crash your game."""
TestFeatures = "Test Features"
Explosion = "Create an Explosion at your coordinates"
IsFlying = "Flying check"
CycleJump = "Higher cycle jumps"
DownloadModloader = "Download modloader"
DrunkEffect = "Drunk effect"
@ -399,6 +402,12 @@ TotalSkins = "Total skins: "
WantedLevel = "Wanted level"
WorkSkinOnly = "Only contains the skins that work"
[Test]
TestingTab = "Test Tab"
TestFeatures = "Test Features"
TestVehicle = "Vehicle"
Explosion = "Explosion"
[RPC]
BrowsingCheatMenu = "Browsing CheatMenu"
Busted = "Busted!"
@ -849,3 +858,4 @@ TeleportPage = "Teleport"
VehiclePage = "Vehicle"
VisualPage = "Visual"
WeaponPage = "Weapon"
TestPage = "Test"

View File

@ -339,9 +339,8 @@ void TestPage::Draw()
ImGui::Text("Test Items");
//CWorld::
ImGui::EndTabItem();
ImGui::EndTabItem();
*/
ImGui::EndTabItem();
}
//ImGui::EndChild();