Skip to content

Instantly share code, notes, and snippets.

@Efreitor2001
Efreitor2001 / proxdetector.pwn
Created December 29, 2022 07:50 — forked from ziggi/proxdetector.pwn
SA-MP ProxDetector function
stock ProxDetector(playerid, Float:max_range, color, const string[], Float:max_ratio = 1.6)
{
new
Float:pos_x,
Float:pos_y,
Float:pos_z,
Float:range,
Float:range_ratio,
Float:range_with_ratio,
clr_r, clr_g, clr_b,