Click or drag to resize

PlayerPlayCrimeReport Method

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

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public void PlayCrimeReport(
	EntityId suspect,
	int crime
)

Parameters

suspect
Type: SampSharp.EntitiesEntityId
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 crime ID).
See Also