Native referenceRedM

BOOST_PLAYER_HORSE_SPEED_FOR_TIME

0x09C28F828EE674FA PLAYER
FUNCTION SIGNATURE
void BOOST_PLAYER_HORSE_SPEED_FOR_TIME(`player` (Player), `speedBoost` (float), `duration` (int));
Property Value
Native Name BOOST_PLAYER_HORSE_SPEED_FOR_TIME
Hash 0x09C28F828EE674FA
Return Type void
Build 1207
Parameters player (Player), speedBoost (float), duration (int)

Parameters

  • player (Player)
  • speedBoost (float)
  • duration (int)

Usage

Lua (Direct):

BoostPlayerHorseSpeedForTime(player, speedBoost, duration)

Lua (Hash):

Citizen.InvokeNative(0x09C28F828EE674FA, player, speedBoost, duration)

Back to PLAYER