Citizen.CreateThread or CreateThreadr

Hi Guys

What is the difference between

CreateThread(function()

end)

Citizen.CreateThread(function()
end)

Nothing. They are the Same.

Citizen.CreateThread is the original

CreateThread is the shorcut FiveM made for Citizen.CreateThread

1 Like