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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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