natives.SET CHAR CROUCH

natives.SET_CHAR_CROUCH

Signature: void natives.SET_CHAR_CROUCH(int ped, int crouch, int timeMs)

Usage: makes a character crouch for a specified duration

Parameters

int ped Character handle to act upon.
int crouch Toggle 0 = stand, 1 = crouch.
int timeMs Time in milliseconds.

Return

void

On failure: void