Gameplay::clearAreaOfPeds
Jump to navigation
Jump to search
Example: CLEAR_AREA_OF_PEDS(0, 0, 0, 10000, 1);
Syntax
mp.game.gameplay.clearAreaOfPeds(x, y, z, radius, flags);Required Arguments
- x: float
- y: float
- z: float
- radius: float
- flags: int
Return value
- Undefined
Example
// todo