Template:GetPersianDate

From Multi Theft Auto: Wiki
Revision as of 21:43, 14 January 2025 by Aria (talk | contribs)
Jump to navigation Jump to search

[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)