snowyyd

Results 34 comments of snowyyd

How about Sequelize? I use it both in JS and TS and works pretty well

Maybe `sampctl p buildfs ` with a custom pawn.json inside filterscripts folder. It should be something like this: ```json "dependencies": { "fs-1": [ "author/repository1", "author/repository2" ], "fs-2": [ "author2/repository1", "author2/repository2"...

@akashkj @sleeyax take a look at this: https://github.com/n0bodysec/docker-images/discussions/3#discussioncomment-2272314 "Fix" for `Unsupported Media Type`

Hello! Could u add '-g3' at the end of L8 and L9 of makefile? Then compile again (YSF will compile with debug symbols) See: https://github.com/IllidanS4/YSF/blob/master/makefile#L8 Also, is your gamemode based...

> > > I am using windows and visual studio enterprise, what is debug symbol on windows. Oops, my mistake! I didn't notice the libraries list on the debug 😆...

Just to be sure, the server crash on OnPlayerConnect only? Are there random crashes if you startup the server and don't let anyone join? Could u disable OnPlayerConnect on your...

> I don't have version R20-RC4 source. I am just using it from the release. Source available here: https://github.com/IllidanS4/YSF/archive/R20-RC4.tar.gz > No problem with version R20-RC4. It's okay but can u...

Ok, thanks! I'm trying to reproduce the issue but I can't do so. I'll continue testing.

> \~snip\~ Good luck. Thanks! > \~snip\~ When I log in to the server and enter the password, the server crashes. I didn't remember this, sorry about that! So the...

@MaxAndolini could you make a `minimal working and reproducible example`? Like a empty pawn file with only snippets of your gamemode (like 'join' messages and so). I cannot reproduce it...