Connor "segfault" Postma

Results 23 comments of Connor "segfault" Postma

maybe a simple on_message event could be added to the example code as a starting place. I'd be glad to help but would need some explanation of how your code...

I installed it on mavericks. (well everything but M2crypto) There is another github page called siriserver installer, which has automated linux and mac installers for this package. It is however...

why on earth is this issue still not resolved lmao had me questioning my sanity for a while there thinking i somehow implemented it wrong

there is a pr open currently which contains a fix for this. IMO this should be put in a separate PR though.

I think being able to set rage or friendly on something like this is my favorite thing. Maybe even show if their lby is acting up due to potential anti...

I created a basic player list https://github.com/degeneratehyperbola/NEPS/pull/109

if you want strafing to look legit, just learn to strafe my dude

> Use VAC bypass tools its not an issue of vac bypass. I use a vac bypass. And on anything but NEPS or OsirisAndExtra by notgoodusername which have the same...

Bevy 0.12 is out now and this still isn't fixed. What is going on? What is blocking it now?

Another thing: ```rs pub fn forward_script_err_to_console( mut r: EventReader, mut w: EventWriter, ) { for e in r.iter() { w.send(PrintConsoleLine { line: format!("ERROR:{}", e.error).into(), }); } } ``` is not...