Fix test menu crashing under test features tab, add new text to English.toml.
This commit is contained in:
parent
ff8bc95bc7
commit
3124345d78
@ -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"
|
||||
|
@ -339,9 +339,8 @@ void TestPage::Draw()
|
||||
|
||||
ImGui::Text("Test Items");
|
||||
//CWorld::
|
||||
ImGui::EndTabItem();
|
||||
ImGui::EndTabItem();
|
||||
*/
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
|
||||
//ImGui::EndChild();
|
||||
|
Loading…
Reference in New Issue
Block a user