🌊
WaveShield v4
  • GETTING STARTED
    • 🤝Redeem
    • ⚙️Installation Guide
  • documentation
    • ❓How To
      • 🎫Bypass Staffs
      • ⛔Unban
    • ⚙️Configuration Settings
      • 🌳Objects
    • 💻For Developers
      • 👉Exports
      • 🗑️Event Handlers
    • 🤖Commands
  • Troubleshooting
    • ➡️READ THIS
    • ⚠️Common Issues
      • Black Screen/Infinite Awaiting Scripts / Errors after installing WaveShield
      • Server crashing at startup / A Script is not starting
      • A Script is not working properly
      • FPS Drops / Loss
      • I get other ban than mine
      • Input Boxes limited to 2 characters
    • 🙅Common False bans
      • Trigger Client/Server Events
      • vMenu
    • 📈Performance Issues
Powered by GitBook
On this page
  1. Troubleshooting
  2. Common Issues

Input Boxes limited to 2 characters

You need to add this code at the top of any client file of the resource that have this issue.

local displayOnscreenKeyboard = DisplayOnscreenKeyboard
function DisplayOnscreenKeyboard(p0, windowTitle, p2, defaultText, defaultConcat1, defaultConcat2, defaultConcat3, maxInputLength)
    return displayOnscreenKeyboard(p0 or false, windowTitle or "FMMC_KEY_TIP8", p2 or "", defaultText or "", defaultConcat1 or "", defaultConcat2 or "", defaultConcat3 or "", maxInputLength or 100)
end
PreviousI get other ban than mineNextCommon False bans

Last updated 9 months ago

⚠️