RegisterCommand("exemple", function(source, args)
local pos = vector3(-1985.7747, -923.1492, 50.7287)
exports["axio_alphanumeric_Effect"]:ShowFireworkText("HAPPY", pos, 30)
Wait(1750)
exports["axio_alphanumeric_Effect"]:StopFireworkText()
exports["axio_alphanumeric_Effect"]:ShowFireworkText("NEW", pos, 30)
Wait(1750)
exports["axio_alphanumeric_Effect"]:StopFireworkText()
exports["axio_alphanumeric_Effect"]:ShowFireworkText("YEAR", pos, 30)
Wait(1750)
exports["axio_alphanumeric_Effect"]:StopFireworkText()
exports["axio_alphanumeric_Effect"]:ShowFireworkText("2024", pos, 30)
Wait(1750)
exports["axio_alphanumeric_Effect"]:StopFireworkText()
end)