Qbox-project / qbx_core

http://qbox-project.github.io
Other
46 stars 109 forks source link

commands with numbers are partially broken #437

Closed alberttheprince closed 2 months ago

alberttheprince commented 2 months ago

Summary

using commands like /door /seat with various QB resources no longer works

Reproduction

  1. Use resources with commands like /door 2 or /seat 4
  2. inputs are not recognized, the commands behave as if you just entered /door or /seat

Expected behavior

  1. write /door 2
  2. door 2 of car opens

Actual behavior

Command is used as if user only wrote /door

Additional context

This is likely with resources going through the compatibility layer, as using resources that do this without using these commands will work. For example, a custom door/seat/car control resource we have.

image

Current Version

1.10.1

Custom Resources

qb- related commands