-Andreas Posted July 10, 2018 Posted July 10, 2018 Hello o/ I'm not entirely sure if this is the correct section to post this question in, but seeing as it's script related and not really a client/server issue I went with it. So my issue is the 'entityStreamOut' event doesn't seem to be fired off once I leave the streaming area of a ped. The ped is created using the client sided API mp.peds.new https://wiki.rage.mp/index.php?title=Peds::new Sending a simple gui chat push on the streamIn event when creating the ped works fine and I get the message when I re-enter the streaming range of the ped. However if I went with the normal events such as; https://wiki.rage.mp/index.php?title=EntityStreamIn https://wiki.rage.mp/index.php?title=EntityStreamOut Neither of them picks up the ped in question. They do work however as I placed a vehicle at the same location as the ped and the vehicle gets sent through the 'entityStreamIn' & 'entityStreamOut'. I know I'm streaming out with the ped, but how I capture or listen in on that event when those two wont do the trick? Any help is appreciated! Thank you. /Andreas
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now