We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello- does this plugin works with new OpenSAMP? If so- are there any examples on where to put stuff, how to configure etc?
Using TS I did a simple snippet- but don't know how to run it
/// <reference path="node_modules/@sa-mp/node/@types/index.d.ts" /> samp.on(EVENT_GAME_MODE_INIT, () => { console.log('Game mode is loaded - from sampjs :)'); });
The text was updated successfully, but these errors were encountered:
If you have basic typescript and native sa-mp development experience and are willing to take some risks, you can try my library infernus.
Sorry, something went wrong.
No branches or pull requests
Hello- does this plugin works with new OpenSAMP?
If so- are there any examples on where to put stuff, how to configure etc?
Using TS I did a simple snippet- but don't know how to run it
The text was updated successfully, but these errors were encountered: