| 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)