Click or drag to resize

BasePlayerPlayCrimeReport Method

This function plays a crime report for this BasePlayer - just like in single-player when CJ commits a crime.

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public virtual void PlayCrimeReport(
	BasePlayer suspect,
	int crime
)

Parameters

suspect
Type: SampSharp.GameMode.WorldBasePlayer
The suspect player which will be described in the crime report.
crime
Type: SystemInt32
The crime ID, which will be reported as a 10-code (i.e. 10-16 if 16 was passed as the crimeid).
See Also