hiwyn
hiwyn
So my node `v12.22.5` https://nodejs.org/en/download/releases/ is uses NODE_MODULE_VERSION 72 Looks like i need NODE_MODULE_VERSION 87 but there is no 87 https://i.stack.imgur.com/c4vIp.png what should i do?
i cant even run a simple script like: ```js const ioHook = require("iohook"); ioHook.on("keypress", (event) => { console.log(event); if (event.keychar == "a") { console.log("wow! A pressed!"); } // {keychar: 'f',...
@jove0610 same problem then here https://github.com/wilix-team/iohook/issues/386 could you tell me the steps u follow to rebuild it? because i did the `npm rebuild` but still showing the same error: ```...
There is no suck thing /lib/Google.service.ts on node_modules its a dist version: https://i.imgur.com/LJd50hk.png i've tried: `GoogleAutoComplete.es6.js` line 117 line 135 also do 2 changes on `GoogleAutoCOmplete.umd.min.js.map` but in the end...
> The issue with the cors is not fix with fetch no-cors options. And also the other solution of using cors-anywhere don't work too. https://stackoverflow.com/questions/28359730/google-place-api-no-access-control-allow-origin-header-is-present-on-the-req > > Look like the...
my bad, i remember a plugin or lib that detects the position that drop a bomb it had on old forum samp
**Bug on OPEN-MP**: `SetPlayerSkin` is not working on `SA-MP Launcher` [mostly used sa-mp APK, more than 10.000.000 downloads] - for the others players: they see the right skin for the...
sorry this long, i went back to samp, i was losing a lot of players but i had this problem with a code like: ```pawn public OnPlayerRequestClass(playerid, classid) { SetPlayerVirtualWorldEx(playerid,...
> Why are you using an old build like that, while even our official public release is newer? I just saying what version i was using, i went back to...
> > but none of commits after that mention this problem > > It was fixed long time ago: [#978](https://github.com/openmultiplayer/open.mp/pull/978) i don't think so, this commit is from Sep 8,...