We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run ULX command:
ulx ent npc_citizen citizentype:CT_UNIQUE | model:models/odessa.mdl
NPC spawns with Odessa model.
NPC spawns with ERROR model.
Named values are not resolved. Replacing CT_UNIQUE with its actual value makes the command work as expected:
CT_UNIQUE
ulx ent npc_citizen citizentype:4 | model:models/odessa.mdl
ULib v2.63w ULX v3.73w
The text was updated successfully, but these errors were encountered:
Interesting! Looks like Garry has those defined globally outside of Lua but exposed to Lua, so this is something we could support.
Sorry, something went wrong.
Nayruden
No branches or pull requests
Steps to reproduce
Run ULX command:
Expected behavior
NPC spawns with Odessa model.
Actual behavior
NPC spawns with ERROR model.
Additional info
Named values are not resolved. Replacing
CT_UNIQUE
with its actual value makes the command work as expected:Version
ULib v2.63w
ULX v3.73w
The text was updated successfully, but these errors were encountered: