Native referenceFiveM

SET_PAD_SHAKE

0x48B3886C1358D0D5 PAD
FUNCTION SIGNATURE
void SET_PAD_SHAKE(int padIndex, int duration, int frequency);
Property Value
Native Name SET_PAD_SHAKE
Hash 0x48B3886C1358D0D5
Return Type void
Parameters padIndex (int), duration (int), frequency (int)

Description: ``` p0 always seems to be 0
duration in milliseconds
frequency should range from about 10 (slow vibration) to 255 (very fast)
example:
SET_PAD_SHAKE(0, 100, 200);

Back to PAD