Is it possible to load PNG files into GTA 5 and attach them to specific objects?
At the moment, i'm using the following function to load and attach YDR files:
Texture = World.CreateProp(New Model("Texture"), Game.Player.Character.CurrentVehicle.Position + New Vector3(0, 0, 0), True, False)
Texture .AttachTo(Game.Player.Character.CurrentVehicle, 0, New Vector3(x, y, z), New Vector3(x, y, z))
can you tell me how that can be achieved with PNG or other image files?
Thank you very much