From e990495b0e9bfdbd36e24dd5d65e7a23168c23ef Mon Sep 17 00:00:00 2001 From: MiranDMC Date: Thu, 31 Oct 2024 21:33:03 +0100 Subject: [PATCH] :memo: update commands --- gta3/snippets/CLEO/0AE3.txt | 4 ++-- sa/snippets/CLEO/0AE3.txt | 4 ++-- vc/snippets/CLEO/0AE3.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gta3/snippets/CLEO/0AE3.txt b/gta3/snippets/CLEO/0AE3.txt index 492ff100..00fd87de 100644 --- a/gta3/snippets/CLEO/0AE3.txt +++ b/gta3/snippets/CLEO/0AE3.txt @@ -5,11 +5,11 @@ while true x, y, z = get_active_camera_coordinates // iterate near objects - int handle = get_random_object_in_sphere_no_save_recursive {pos} x y z {radius} 50.0 {findNext} false // initialize search, get first + int handle = get_random_object_in_sphere_no_save_recursive {pos} x y z {radius} 30.0 {findNext} false // initialize search, get first while handle <> -1 // found! DRAW_OBJECT_INFO(handle) // call function for every found object - handle = get_random_object_in_sphere_no_save_recursive {pos} x y z {radius} 50.0 {findNext} true // get next + handle = get_random_object_in_sphere_no_save_recursive {pos} x y z {radius} 30.0 {findNext} true // get next end end diff --git a/sa/snippets/CLEO/0AE3.txt b/sa/snippets/CLEO/0AE3.txt index 492ff100..00fd87de 100644 --- a/sa/snippets/CLEO/0AE3.txt +++ b/sa/snippets/CLEO/0AE3.txt @@ -5,11 +5,11 @@ while true x, y, z = get_active_camera_coordinates // iterate near objects - int handle = get_random_object_in_sphere_no_save_recursive {pos} x y z {radius} 50.0 {findNext} false // initialize search, get first + int handle = get_random_object_in_sphere_no_save_recursive {pos} x y z {radius} 30.0 {findNext} false // initialize search, get first while handle <> -1 // found! DRAW_OBJECT_INFO(handle) // call function for every found object - handle = get_random_object_in_sphere_no_save_recursive {pos} x y z {radius} 50.0 {findNext} true // get next + handle = get_random_object_in_sphere_no_save_recursive {pos} x y z {radius} 30.0 {findNext} true // get next end end diff --git a/vc/snippets/CLEO/0AE3.txt b/vc/snippets/CLEO/0AE3.txt index 492ff100..00fd87de 100644 --- a/vc/snippets/CLEO/0AE3.txt +++ b/vc/snippets/CLEO/0AE3.txt @@ -5,11 +5,11 @@ while true x, y, z = get_active_camera_coordinates // iterate near objects - int handle = get_random_object_in_sphere_no_save_recursive {pos} x y z {radius} 50.0 {findNext} false // initialize search, get first + int handle = get_random_object_in_sphere_no_save_recursive {pos} x y z {radius} 30.0 {findNext} false // initialize search, get first while handle <> -1 // found! DRAW_OBJECT_INFO(handle) // call function for every found object - handle = get_random_object_in_sphere_no_save_recursive {pos} x y z {radius} 50.0 {findNext} true // get next + handle = get_random_object_in_sphere_no_save_recursive {pos} x y z {radius} 30.0 {findNext} true // get next end end