BerkieBb / pma-sirensync

The best siren sync resource to utilise in FiveM
MIT License
58 stars 21 forks source link

f8 console print #17

Open Geovenchy opened 8 months ago

Geovenchy commented 8 months ago

is it possible to remove f8 print? of the sirens on and off?

please and thank you

BerkieBb commented 8 months ago

There is a debug setting you can turn off, yes

Geovenchy commented 8 months ago

can you tell me what lines? i tried to comment it out and still showing

BerkieBb commented 8 months ago

It's in shared/shared.ts, it's typescript meaning you'd have to build the resource after changing the file to make the changes have an effect

BerkieBb commented 8 months ago

But don't comment things in there because it'll break the resource after building

Geovenchy commented 8 months ago

yea i did that and it broke the script but is there a way you can have it on as an option because i dont know how to do a re build

BerkieBb commented 8 months ago

I have a tutorial on how to build the script in the readme