Skip to content

Commit 82dd67a

Browse files
committed
📝 update commands
1 parent 3475b2e commit 82dd67a

10 files changed

Lines changed: 23 additions & 18 deletions

File tree

gta3/gta3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
3-
"last_update": 1741087818858,
4-
"version": "0.369",
3+
"last_update": 1743775862823,
4+
"version": "0.370",
55
"url": "https://library.sannybuilder.com/#/gta3"
66
},
77
"extensions": [
@@ -27706,8 +27706,8 @@
2770627706
"type": "bool"
2770727707
},
2770827708
{
27709-
"name": "skipDead",
27710-
"type": "bool"
27709+
"name": "filter",
27710+
"type": "CharSearch"
2771127711
}
2771227712
],
2771327713
"output": [

gta3/snippets/CLEO/0AE1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ while true
1010
get_active_camera_coordinates {store_to} x y z
1111

1212
if
13-
get_random_char_in_sphere_no_save_recursive {pos} x y z {radius} 30.0 {find_next} false {skip_dead} true {store_to} ped
13+
get_random_char_in_sphere_no_save_recursive {pos} x y z {radius} 30.0 {find_next} false {filter} true {store_to} ped
1414
then
1515
explode_char_head ped // the first one
1616

gta3/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.369
1+
0.370

sa/enums.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3948,5 +3948,10 @@
39483948
"German": 2,
39493949
"Italian": 3,
39503950
"Spanish": 4
3951+
},
3952+
"CharSearch": {
3953+
"AliveDeadPlayer": -1,
3954+
"AliveDead": 0,
3955+
"Alive": 1
39513956
}
39523957
}

sa/sa.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
3-
"last_update": 1743683395377,
4-
"version": "0.934",
3+
"last_update": 1743775862688,
4+
"version": "0.935",
55
"url": "https://library.sannybuilder.com/#/sa"
66
},
77
"extensions": [
@@ -48266,8 +48266,8 @@
4826648266
"type": "bool"
4826748267
},
4826848268
{
48269-
"name": "skipDead",
48270-
"type": "bool"
48269+
"name": "filter",
48270+
"type": "CharSearch"
4827148271
}
4827248272
],
4827348273
"output": [

sa/snippets/CLEO/0AE1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ while true
1010
get_active_camera_coordinates {store_to} x y z
1111

1212
if
13-
get_random_char_in_sphere_no_save_recursive {pos} x y z {radius} 30.0 {find_next} false {skip_dead} true {store_to} ped
13+
get_random_char_in_sphere_no_save_recursive {pos} x y z {radius} 30.0 {find_next} false {filter} true {store_to} ped
1414
then
1515
explode_char_head ped // the first one
1616

sa/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.934
1+
0.935

vc/snippets/CLEO/0AE1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ while true
1010
get_active_camera_coordinates {store_to} x y z
1111

1212
if
13-
get_random_char_in_sphere_no_save_recursive {pos} x y z {radius} 30.0 {find_next} false {skip_dead} true {store_to} ped
13+
get_random_char_in_sphere_no_save_recursive {pos} x y z {radius} 30.0 {find_next} false {filter} true {store_to} ped
1414
then
1515
explode_char_head ped // the first one
1616

vc/vc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
3-
"last_update": 1742088746861,
4-
"version": "0.380",
3+
"last_update": 1743775862871,
4+
"version": "0.381",
55
"url": "https://library.sannybuilder.com/#/vc"
66
},
77
"extensions": [
@@ -29442,8 +29442,8 @@
2944229442
"type": "bool"
2944329443
},
2944429444
{
29445-
"name": "skipDead",
29446-
"type": "bool"
29445+
"name": "filter",
29446+
"type": "CharSearch"
2944729447
}
2944829448
],
2944929449
"output": [

vc/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.380
1+
0.381

0 commit comments

Comments
 (0)