TASK_HANDS_UP
``` In the scripts, p3 was always -1. p3 seems to be duration or timeout of turn animation. Also facingPed can be 0 or -1 so ped will just raise hands up. ``` **This is the server-side RPC native equivalent of the client native [TASK_HANDS_UP](?\_0xF2EAB31979A7F910).**
CFX
Signature
lua
TaskHandsUp(PlayerPedId(), 0, facingPed, 0, true)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| int | — | |
| Ped | — | |
| int | — | |
| BOOL | — |
Usage
lua
TaskHandsUp(PlayerPedId(), 0, facingPed, 0, true)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
