IS_PLAYER_EVADING_WANTED_LEVEL
``` This will return true if the player is evading wanted level, meaning that the wanted level stars are blink. Otherwise will return false. If the player is not wanted, it simply returns false. ```
CFX
Signature
lua
IsPlayerEvadingWantedLevel(playerSrc)
-- returns BOOLParameters
| Name | Type | Description |
|---|---|---|
| char* | The target player |
Usage
lua
IsPlayerEvadingWantedLevel(playerSrc)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
