natives.IS PLAYER SHOOTING IN AREA

natives.IS_PLAYER_SHOOTING_IN_AREA

Signature: void natives.IS_PLAYER_SHOOTING_IN_AREA(int player, Vec3 position, float value, int flag)

Usage: checks whether player shooting in area

Parameters

int player Player handle to act upon.
Vec3 position World coordinates (x, y, z).
float value Numeric value.
int flag Flag/enable state (0 or 1).

Return

void

On failure: void