of     1   

Lametta
#223916758Saturday, August 19, 2017 11:51 AM GMT

Only damage seems to work on it, all other functions in it are not at all FE supported. I don't want to have to convert it to FE... I have so much work on my hands all ready.. Please tell me I just have an outdated version or something... Yes I made sure it is the Reaper-8. On that note, is there any other guns that ARE Filtering Enabled supported that are free and used globally throughout clans? The whole gimmick of this place is to add in weapons from other places, but converting them all to FE would just get ridiculously annoying with all the work I already have stacked up on.
shout
#223916895Saturday, August 19, 2017 11:58 AM GMT

U ##########
Ajastra
#223917006Saturday, August 19, 2017 12:03 PM GMT

It's pretty easy to make a basic FilteringEnabled compatible gun: - Send the bullet spread seed to the client (unless you have a more secure idea). - When the client clicks, fire the RemoteEvent. - Create the ray cast and trace client-side immediately. - Server-side, create the ray cast and pass the information on to all clients which are not the sender because the sender has already seen the laser. - Other clients should create the ray trace from the client's gun to the target. Alternatively, create it from the position it was fired at, though this will appear "laggier" to other clients. - For animations, simply replicate an indicator of when it starts, and interrupt it if necessary. Anything else wastes bandwith.
Lametta
#223917245Saturday, August 19, 2017 12:14 PM GMT

Yes, but converting someone else's gun to FE is just a waste of time.
WolfOfScarlet
#223917579Saturday, August 19, 2017 12:28 PM GMT

FE ~= lightwork

    of     1