From Multi Theft Auto: Wiki
Jump to navigation
Jump to search
[1]Test
- ↑ addCommandHandler("get", function(player, command, key, value, type)
if key and value then
local elements = getElementUsingData(key, (value == "false" and false or value == "true" and true) or value, type)
outputChatBox(#elements, player)
end
end)