Native StopResource() dont work

Hello fivem team,

the native Stop Resource() dont work
So the name is given after the resource dont stop anymore

Uh, are you trying to stop the resource that is currently executing?

That’s not even supported.

Also, why the hell would you make a server event to stop any named resource?

Native works fine.

You can stop that script trought another script. That means if you want to stop your resource trought resource itself it wont work.

Ah okay thanks

Yeah, uh, no.

That code is all sorts of wrong:

  1. Unprotected trigger. What the fuck, do you want to invite cheaters to just screw your server up? Especially ironic as this is meant to be a ‘protection’ resource.
  2. You can’t stop the currently executing resource. You still didn’t answer the question I asked above as you still didn’t say what resource contains that code, but this was never possible (and it in fact doing anything but a no-op as a bug).

What is with people lately considering a real bug a ‘bug’, then the fix is also a ‘bug’, is everything a bug no matter if fixed or not?

‘The sky is green instead of blue’, BUG BUG BUG, ‘the sky is blue’, BUUUUUUUUG!

3 Likes

Not a valid bug, not a valid bug report even.