[HELP] Setting player as on phone while script is open

Hey all, I’m working on a script for the player to use a tablet, and can’t seem to figure out why this:

 TaskStartScenarioInPlace(_player, 'WORLD_HUMAN_STAND_MOBILE', 0, true)

doesn’t work. Is there a better way to set the player as being on the phone or holding a tablet? I’ve searched Google and haven’t found anything relevant, and _player is defined as PlayerId(). Any ideas on how to go about this? Thanks.

Hello, TaskScenarioInPlace need a ped, you should use PlayerPedId() and not PlayerId().

Thanks for the help, that fixed my problem!

You’re welcome :slight_smile: