Project-Sloth / ps-camera

Script for capturing images.
https://discord.gg/projectsloth
Other
52 stars 29 forks source link

Issue with minimap #8

Closed lenzh closed 1 year ago

lenzh commented 1 year ago

Minimap is displayed when as soon as taking a picture so its in the discord webhook

MonkeyWhisper commented 1 year ago

Issue with the pic location, thanks

MonkeyWhisper commented 1 year ago

https://github.com/Project-Sloth/ps-camera/pull/13

Smokiiee commented 1 year ago

@MonkeyWhisper after the update i still have map in the picture i take. When i take the photo the map comes up for 2 sec and then disappears and comes back again when overlay is gone

Smokiiee commented 1 year ago

after the update i still have map in the picture i take. When i take the photo the map comes up for 2 sec and then disappears and comes back again when overlay is gone

https://streamable.com/tgax9w

MonkeyWhisper commented 1 year ago

@MonkeyWhisper after the update i still have map in the picture i take. When i take the photo the map comes up for 2 sec and then disappears and comes back again when overlay is gone

Okay, go ahead and fix it

Smokiiee commented 1 year ago

@MonkeyWhisper after the update i still have map in the picture i take. When i take the photo the map comes up for 2 sec and then disappears and comes back again when overlay is gone

Okay, go ahead and fix it

I have tryied but not find out where

Smokiiee commented 1 year ago

@MonkeyWhisper after the update i still have map in the picture i take. When i take the photo the map comes up for 2 sec and then disappears and comes back again when overlay is gone

Okay, go ahead and fix it

@MonkeyWhisper

nvm i just fixed it.

it was the local hook = grabWebhook() inside the elseif IsControlJustPressed(1, 176) then, I just moved it up above while camera and not IsEntityDead(lPed) and (GetVehiclePedIsIn(lPed) == vehicle) do and it worked fine.

https://i.imgur.com/CUFESmr.png

xFutte commented 1 year ago

@Smokiiee Feel free to make a PR

Smokiiee commented 1 year ago

@Smokiiee Feel free to make a PR

Its done

17