Cef help
Hyperizon opened this issue · 1 comments
Hyperizon commented
I use c# on the serverside
I use js on the clientside
I use react-ts on the Cef side
I could not implement the package on react side I downloaded the package with npm i --save-dev @ragempcommunity/types-cef to my ts.config file
"compilerOptions": {
"types": ["{./node_modules}/@ragempcommunity/types-server"]
}
what else do I need to do to see mp events on the cef side?
Hyperizon commented
fixed