Skip to content

Instantly share code, notes, and snippets.

@ziggi
ziggi / proxdetector.pwn
Last active January 4, 2023 08:56
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,