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

View File

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