stock ProxDetector_OK(Float:radius = 30.0, playerid, text[], col1 = 0xFFFFFFFF, col2 = 0xCCCCCCFF, col3 = 0x999999FF, col4 = 0x666666FF, col5 = 0x333333FF)
{
// SetPlayerChatBubble(playerid, text, col1, radius, 5 * 1000);
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
for(new i...