samp-node icon indicating copy to clipboard operation
samp-node copied to clipboard

Usage readme and compatibility

Open zivanovica opened this issue 1 year ago • 1 comments

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 :)');
});

zivanovica avatar Mar 25 '24 22:03 zivanovica

If you have basic typescript and native sa-mp development experience and are willing to take some risks, you can try my library infernus.

dockfries avatar Apr 30 '24 05:04 dockfries