IsPedJacking doesn't trigger from passenger door

Hey,

So I’m doing this outlaw alert system and I’m trying to figure out why “IsPedJacking” doesn’t trigger when a player jacks a vehicle from the passenger door.

Did anyone find a solution to this issue? Or is there some native that I’ve missed to lock all doors expect the driver door (guess that would be a work around, if possible)…

Regards

Functions don’t “trigger” anything, you’ll have to manually check them…

IsPedJacking(PlayerPedId())

Works fine and returns true on Carjacking from passenger side. ¯_(ツ)_/¯

I simply can’t get it to return true, from the passenger side…
Must be some of our others resources messing up with it then, thanks for the reply @Crumble

@Vespura It’s a trigger in my world, when you’re putting some data into a function to get return data, my apologize for the bad explanation and that you just so happen to not understand it at all - What I simply wanted was to see if anyone else happens to get it to work, since it never returns true, from the passenger side door for me :slight_smile:

Well in that case it’s probably the intended way of the native. Though could be wrong. When you mentioned “trigger” i thought you were trying to use it as an event.