CLEAR_PLAYER_WANTED_LEVEL
``` This executes at the same as speed as PLAYER::SET_PLAYER_WANTED_LEVEL(player, 0, false); PLAYER::GET_PLAYER_WANTED_LEVEL(player); executes in less than half the time. Which means that it's worth first checking if the wanted level needs to be cleared before clearing. However, this is mostly about good code practice and can important in other situations. The difference in time in this example is negligible. ``` **This is the server-side RPC native equivalent of the client native [CLEAR_PLAYER_WANTED_LEVEL](?\_0xB302540597885499).**
CFX
Signature
lua
ClearPlayerWantedLevel(PlayerId())
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Player | — |
Usage
lua
ClearPlayerWantedLevel(PlayerId())Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
