Correct native names, readme cleanup

This commit is contained in:
ElPumpo
2018-06-23 10:51:25 +02:00
parent 555f1c8fac
commit a82f6269e9
3 changed files with 53 additions and 31 deletions
+3 -3
View File
@@ -50,11 +50,11 @@ end
function ShowLoadingPromt(msg, time, type)
Citizen.CreateThread(function()
Citizen.Wait(0)
N_0xaba17d7ce615adbf("STRING")
BeginTextCommandBusyString("STRING")
AddTextComponentString(msg)
N_0xbd12f8228410d9b4(type)
EndTextCommandBusyString(type)
Citizen.Wait(time)
N_0x10d373323e5b9c0d()
RemoveLoadingPrompt()
end)
end