Skip to content

Commit

Permalink
deploy: 7a693eb
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Oct 31, 2024
1 parent bda1610 commit 08373ad
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 25 deletions.
1 change: 1 addition & 0 deletions assets/sa/classes.db
Original file line number Diff line number Diff line change
Expand Up @@ -3360,6 +3360,7 @@ GetDealerStrength,076B,0,0,("zone: zone_key" "density%i")
GetGangStrength,076D,0,0,("zone: zone_key" "gangId: GangType" "density%i")
GetName,08F1,0,0,("x%f" "y%f" "z%f" "name%s")
GetRandomChar,02DD,0,0,("zone: zone_key" "civilian%b" "gang%b" "criminalOrProstitute%b" "handle: Char")
GetTextKey,0843,0,0,("x%f" "y%f" "z%f" "key: gxt_key")
InitPopulationSettings,08CA,0,0,()
SetDealerStrength,076A,0,0,("zone: zone_key" "strength%i")
SetDisableMilitaryZones,0A24,0,0,("state%b")
Expand Down
2 changes: 1 addition & 1 deletion assets/sa/opcodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@
{0840:} set_vehicle_area_visible [Car] {interiorId} [int]
{0841:} select_weapons_for_vehicle [Car] {_p2} [int]
{0842:} [var townId: Town] = get_city_player_is_in [Player]
{0843:} [var name: string] = get_name_of_zone {x} [float] {y} [float] {z} [float]
{0843:} [var key: gxt_key] = get_name_of_zone {x} [float] {y} [float] {z} [float]
{0844:} is_var_text_label_empty {var_text} [global var string]
{0845:} is_lvar_text_label_empty {var_text} [local var string]
{0846:} is_var_text_label16_empty {var_text} [global var string]
Expand Down
14 changes: 7 additions & 7 deletions assets/sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730136494650,
"version": "0.784",
"last_update": 1730346518360,
"version": "0.785",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -36430,17 +36430,17 @@
],
"output": [
{
"name": "name",
"type": "string",
"name": "key",
"type": "gxt_key",
"source": "var_any"
}
],
"id": "0843",
"name": "GET_NAME_OF_ZONE",
"num_params": 4,
"short_desc": "Gets the name of the info zone at the specified coordinates",
"short_desc": "Returns the GXT key associated with the zone at the specified coordinates",
"class": "Zone",
"member": "GetName",
"member": "GetTextKey",
"attrs": {
"is_static": true,
"is_overload": true
Expand Down Expand Up @@ -39952,7 +39952,7 @@
"id": "08F1",
"name": "GET_NAME_OF_INFO_ZONE",
"num_params": 4,
"short_desc": "Gets the name of the zone at the specified coordinates",
"short_desc": "Returns the name of the zone at the specified coordinates",
"class": "Zone",
"member": "GetName",
"attrs": {
Expand Down
1 change: 1 addition & 0 deletions assets/sa_mobile/classes.db
Original file line number Diff line number Diff line change
Expand Up @@ -2642,6 +2642,7 @@ GetDealerStrength,076B,0,0,("zone: zone_key" "density%i")
GetGangStrength,076D,0,0,("zone: zone_key" "gangId: GangType" "density%i")
GetName,08F1,0,0,("x%f" "y%f" "z%f" "name%s")
GetRandomChar,02DD,0,0,("zone: zone_key" "civilian%b" "gang%b" "criminalOrProstitute%b" "handle: Char")
GetTextKey,0843,0,0,("x%f" "y%f" "z%f" "key: gxt_key")
InitPopulationSettings,08CA,0,0,()
SetDealerStrength,076A,0,0,("zone: zone_key" "strength%i")
SetDisableMilitaryZones,0A24,0,0,("state%b")
Expand Down
2 changes: 1 addition & 1 deletion assets/sa_mobile/opcodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@
{0840:} set_vehicle_area_visible [Car] {interiorId} [int]
{0841:} select_weapons_for_vehicle [Car] {_p2} [int]
{0842:} [var townId: Town] = get_city_player_is_in [Player]
{0843:} [var name: string] = get_name_of_zone {x} [float] {y} [float] {z} [float]
{0843:} [var key: gxt_key] = get_name_of_zone {x} [float] {y} [float] {z} [float]
{0844:} is_var_text_label_empty {var_text} [global var string]
{0845:} is_lvar_text_label_empty {var_text} [local var string]
{0846:} is_var_text_label16_empty {var_text} [global var string]
Expand Down
14 changes: 7 additions & 7 deletions assets/sa_mobile/sa_mobile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730125342011,
"version": "0.399",
"last_update": 1730346518399,
"version": "0.400",
"url": "https://library.sannybuilder.com/#/sa_mobile"
},
"extensions": [
Expand Down Expand Up @@ -36462,17 +36462,17 @@
],
"output": [
{
"name": "name",
"type": "string",
"name": "key",
"type": "gxt_key",
"source": "var_any"
}
],
"id": "0843",
"name": "GET_NAME_OF_ZONE",
"num_params": 4,
"short_desc": "Gets the name of the info zone at the specified coordinates",
"short_desc": "Returns the GXT key associated with the zone at the specified coordinates",
"class": "Zone",
"member": "GetName",
"member": "GetTextKey",
"attrs": {
"is_static": true,
"is_overload": true
Expand Down Expand Up @@ -39989,7 +39989,7 @@
"id": "08F1",
"name": "GET_NAME_OF_INFO_ZONE",
"num_params": 4,
"short_desc": "Gets the name of the zone at the specified coordinates",
"short_desc": "Returns the name of the zone at the specified coordinates",
"class": "Zone",
"member": "GetName",
"attrs": {
Expand Down
1 change: 1 addition & 0 deletions assets/sa_unreal/classes.db
Original file line number Diff line number Diff line change
Expand Up @@ -2635,6 +2635,7 @@ GetDealerStrength,076B,0,0,("zone: zone_key" "density%i")
GetGangStrength,076D,0,0,("zone: zone_key" "gangId: GangType" "density%i")
GetName,08F1,0,0,("x%f" "y%f" "z%f" "name%s")
GetRandomChar,02DD,0,0,("zone: zone_key" "civilian%b" "gang%b" "criminalOrProstitute%b" "handle: Char")
GetTextKey,0843,0,0,("x%f" "y%f" "z%f" "key: gxt_key")
InitPopulationSettings,08CA,0,0,()
SetDealerStrength,076A,0,0,("zone: zone_key" "strength%i")
SetDisableMilitaryZones,0A24,0,0,("state%b")
Expand Down
2 changes: 1 addition & 1 deletion assets/sa_unreal/opcodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@
{0840:} set_vehicle_area_visible [Car] {interiorId} [int]
{0841:} select_weapons_for_vehicle [Car] {_p2} [int]
{0842:} [var townId: Town] = get_city_player_is_in [Player]
{0843:} [var name: string] = get_name_of_zone {x} [float] {y} [float] {z} [float]
{0843:} [var key: gxt_key] = get_name_of_zone {x} [float] {y} [float] {z} [float]
{0844:} is_var_text_label_empty {var_text} [global var string]
{0845:} is_lvar_text_label_empty {var_text} [local var string]
{0846:} is_var_text_label16_empty {var_text} [global var string]
Expand Down
14 changes: 7 additions & 7 deletions assets/sa_unreal/sa_unreal.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730125342204,
"version": "0.390",
"last_update": 1730346518431,
"version": "0.391",
"url": "https://library.sannybuilder.com/#/sa_unreal"
},
"extensions": [
Expand Down Expand Up @@ -36441,17 +36441,17 @@
],
"output": [
{
"name": "name",
"type": "string",
"name": "key",
"type": "gxt_key",
"source": "var_any"
}
],
"id": "0843",
"name": "GET_NAME_OF_ZONE",
"num_params": 4,
"short_desc": "Gets the name of the info zone at the specified coordinates",
"short_desc": "Returns the GXT key associated with the zone at the specified coordinates",
"class": "Zone",
"member": "GetName",
"member": "GetTextKey",
"attrs": {
"is_static": true,
"is_overload": true
Expand Down Expand Up @@ -39986,7 +39986,7 @@
"id": "08F1",
"name": "GET_NAME_OF_INFO_ZONE",
"num_params": 4,
"short_desc": "Gets the name of the zone at the specified coordinates",
"short_desc": "Returns the name of the zone at the specified coordinates",
"class": "Zone",
"member": "GetName",
"attrs": {
Expand Down
2 changes: 1 addition & 1 deletion ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1730304169128,
"timestamp": 1730346587944,
"index": "/index.html",
"assetGroups": [
{
Expand Down

0 comments on commit 08373ad

Please sign in to comment.