Skip to content

Instantly share code, notes, and snippets.

Created November 4, 2017 18:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/eeedc2975052df09e54bccd0f13a3561 to your computer and use it in GitHub Desktop.
Save anonymous/eeedc2975052df09e54bccd0f13a3561 to your computer and use it in GitHub Desktop.
Citizen.CreateThread(function()
scaleform = RequestScaleformMovie("ORGANISATION_NAME")
while true do
if scaleform ~= nil and HasScaleformMovieLoaded(scaleform) then
PushScaleformMovieFunction(scaleform, "SET_ORGANISATION_NAME")
PushScaleformMovieFunctionParameterString("ambigu~r~X")
PushScaleformMovieFunctionParameterInt(-1)
PushScaleformMovieFunctionParameterInt(0)
PushScaleformMovieFunctionParameterInt(7)
PopScaleformMovieFunction()
end
iVar0 = -2082168399
if (not IsNamedRendertargetRegistered("prop_ex_office_text")) then
RegisterNamedRendertarget("prop_ex_office_text", 0)
LinkNamedRendertarget(iVar0)
if (not IsNamedRendertargetLinked(iVar0)) then
ReleaseNamedRendertarget("prop_ex_office_text")
end
end
iLocal_186 = GetNamedRendertargetRenderId("prop_ex_office_text")
SetTextRenderId(iLocal_186)
if GetDistanceBetweenCoords(-1379.2, -477.4, 72.0, GetEntityCoords(PlayerPedId()), 1) < 25.0 then
DrawScaleformMovie(scaleform, 0.196*1.75, 0.345*1.5, 0.46*2.5, 0.66*2.5, 255, 255, 255, 255, 1)
end
Wait(0)
end
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment