Click or drag to resize

IServerServiceEnableStuntBonus 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#
void EnableStuntBonus(
	bool enable
)

Parameters

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