manueljlz / gcphone

Telephone for FiveM by ElBichop
88 stars 115 forks source link

Phone keybind issue #170

Closed FakeItalianMan closed 3 years ago

FakeItalianMan commented 3 years ago

Hello I have GCPhone and it's keybound to F1 but for some reason when I press F1 to pull the phone up it opens but my minimap also extends larger any ideas on how to fix this? Thanks.

MaDHouSe79 commented 3 years ago

Hi, i dont know if you alreadxy fix it, but go to client.lua about line 669 and find all: SetBigmapActive and put -- before it, you uncomment it out and the map stay as it is ;)

--SetBigmapActive(1,0) <--- Like this. --SetBigmapActive(0,0) <--- and like this.

hope it helps

FakeItalianMan commented 3 years ago

Thank you.