-
-
Notifications
You must be signed in to change notification settings - Fork 500
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
If you trying to add command example for showmemstat command, addCommandHandler returning true even command isn't added.
To Reproduce
clientside
created = addCommandHandler("showmemstat", function()
outputChatBox( "showmemstat working?") -- will never displayed
end)
outputChatBox( tostring(created) ) -- trueif you execute command showmemstat, only mem stat window appear.
Expected behavior
Should return false for some exeptions
Screenshots
MTA Client (please complete the following information):
Multi Theft Auto v1.5.5-release-13968
MTA Server (please complete the following information):
MTA:SA Server v1.5.5-release-11751
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working