spooner
spooner copied to clipboard
cant access the saved database for fivem
hey there ive downloaded your spooner mod and even tho ive followed the instructions i still cant open saved database using the key j nothing comes up please help i useing it for fivem the resource is called spooner and still nothing
It's control 288 or INPUT_REPLAY_START_STOP_RECORDING in FiveM currently, which is bound to F1 by default. There aren't any controls bound to J in GTA V/FiveM so I couldn't use the same key as in RedM, and picked something at random. The documentation still needs to be updated to reflect that.
You can check and customize the controls here in config.lua: https://github.com/kibook/spooner/blob/4e2d1002103a97d95d470096f5917fa143026011/config.lua#L46-L83 The comment is just copied from the RedM section unfortunately, you can see what the actual control numbers correspond to here: https://docs.fivem.net/docs/game-references/controls/
Related issue: #20
I've just put in a PR to quickly fix this issue :) https://github.com/kibook/spooner/pull/43