Click or drag to resize

ServerServiceEnableStuntBonus Method

Enables or disables stunt bonuses for all players. If enabled, players will receive monetary rewards when performing a stunt in a vehicle (e.g. a wheelie).

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public void EnableStuntBonus(
	bool enable
)

Parameters

enable
Type: SystemBoolean
if set to true stunt bonuses are enabled.

Implements

IServerServiceEnableStuntBonus(Boolean)
See Also