Player::taskArrest

From RAGE Multiplayer Wiki

Example from 'me_amanda1.ysc.c4':
Player::TASK_ARREST_PED(l_19F /* This is a Ped */ , PLAYER::PLAYER_Player_ID());

Example from 'armenian1.ysc.c4':
if (!Player::IS_Player_INJURED(l_B18[0/*1*/])) {
Player::TASK_ARREST_PED(l_B18[0/*1*/], PLAYER::PLAYER_Player_ID());
}

I would love to have time to experiment to see if a player Ped can arrest another player. Might make for a good cop mod.


Looks like only the player can be arrested this way. Peds react and try to arrest you if you task them, but the player charater doesn't do anything if tasked to arrest another player.

Syntax

player.taskArrest(target);

Required Arguments

  • target: Ped handle or object

Return value

  • Undefined

Example

// todo

See also