We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0b2c9 commit 2049059Copy full SHA for 2049059
lib/common.lua
@@ -251,10 +251,10 @@ function GetPedheadshotTexture(ped)
251
local IsTextureDictLoaded = LoadStreamedTextureDict(textureDict)
252
253
if not IsTextureDictLoaded then
254
- Citizen.Trace("ERROR: BikerClubhouseDrawMembers - Textures dictionnary \"" .. tostring(textureDict) .. "\" cannot be loaded.")
+ Citizen.Trace("ERROR: GetPedheadshotTexture - Textures dictionnary \"" .. tostring(textureDict) .. "\" cannot be loaded.")
255
end
256
else
257
- Citizen.Trace("ERROR: BikerClubhouseDrawMembers - PedHeadShot not ready.")
+ Citizen.Trace("ERROR: GetPedheadshotTexture - PedHeadShot not ready.")
258
259
260
return textureDict
0 commit comments