Template:GetPersianDate: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "Test")
 
No edit summary
Line 1: Line 1:
Test
<ref>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)</ref>Test

Revision as of 21:43, 14 January 2025

[1]Test

  1. 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)