Skip to content

Commit 5852be1

Browse files
authored
Merge pull request #55 from szalikdev/main
Update to 1.71 build 3586
2 parents 20c4373 + 4c20631 commit 5852be1

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#### A Lua script written for [YimMenu](https://github.com/YimMenu/YimMenu) and [Tupoye-Menu](https://github.com/TupoyeMenu/TupoyeMenu), centered around roleplaying and having fun in a game full of ad bots and toxic cheaters
66

7-
[![sv](https://img.shields.io/badge/Script%20Version-v1.7.0-blue)](https://github.com/YimMenu-Lua/Samurais-Scripts/releases/latest)
8-
[![gv](https://img.shields.io/badge/Game%20Version-Online%201.70%20|%20Build%203521-orange)](https://github.com/YimMenu-Lua/Samurais-Scripts)
7+
[![sv](https://img.shields.io/badge/Script%20Version-v1.7.1-blue)](https://github.com/YimMenu-Lua/Samurais-Scripts/releases/latest)
8+
[![gv](https://img.shields.io/badge/Game%20Version-Online%201.71%20|%20Build%203586-orange)](https://github.com/YimMenu-Lua/Samurais-Scripts)
99

1010
###  
1111

includes/data/globals.lua

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---@diagnostic disable
22

33
local SCRIPT_NAME <const> = "samurais_scripts"
4-
local SCRIPT_VERSION <const> = "1.7.0"
5-
local TARGET_BUILD <const> = "3521"
6-
local TARGET_VERSION <const> = "1.70"
4+
local SCRIPT_VERSION <const> = "1.7.1"
5+
local TARGET_BUILD <const> = "3586.0"
6+
local TARGET_VERSION <const> = "1.71"
77
local DEFAULT_CONFIG <const> = {
88
favorite_entities = {},
99
forged_entities = {},
@@ -394,33 +394,33 @@ f_DailyQuoteTextAlpha = 1.0
394394
i_PedThrowForce = 10
395395
i_DefaultWantedLevel = 5
396396
FreemodeGlobal1 = 262145
397-
FreemodeGlobal2 = 1667996
397+
FreemodeGlobal2 = 1668000
398398
PVGLobal = 1572092
399-
BusinessHubGlobal1 = 1943773
399+
BusinessHubGlobal1 = 1965869
400400
BusinessHubGlobal2 = 1963766
401401
------------------- Casino Pacino -------------------
402-
blackjack_cards = 134
402+
blackjack_cards = 136
403403
blackjack_decks = 846
404-
blackjack_table_players = 1794
404+
blackjack_table_players = 1796
405405
blackjack_table_players_size = 8
406-
three_card_poker_table = 767
406+
three_card_poker_table = 769
407407
three_card_poker_table_size = 9
408-
three_card_poker_cards = 134
408+
three_card_poker_cards = 136
409409
three_card_poker_current_deck = 168
410-
three_card_poker_anti_cheat = 1056
411-
three_card_poker_anti_cheat_deck = 799
410+
three_card_poker_anti_cheat = 1058
411+
three_card_poker_anti_cheat_deck = 856
412412
three_card_poker_deck_size = 55
413-
roulette_master_table = 142
413+
roulette_master_table = 144
414414
roulette_outcomes_table = 1357
415415
roulette_ball_table = 153
416-
slots_random_results_table = 1366
416+
slots_random_results_table = 1660
417417
slots_slot_machine_state = 1656
418-
prize_wheel_win_state = 298
418+
prize_wheel_win_state = 300
419419
prize_wheel_prize = 14
420420
prize_wheel_prize_state = 45
421-
gb_casino_heist_planning = 1965614
422-
gb_casino_heist_planning_cut_offset = 1497 + 736 + 92 -- .*?0->f_....?\.f_...?\.f_..?\[4\] > 0
423-
fm_mission_controller_cart_grab = 10291
421+
gb_casino_heist_planning = 1967717
422+
gb_casino_heist_planning_cut_offset = 1497 + 736 + 92 -- .*?0->f_....?\.f_...?\.f_..?\[4\] > 0
423+
fm_mission_controller_cart_grab = 10293
424424
fm_mission_controller_cart_grab_speed = 14
425425
casino_heist_approach = 0
426426
casino_heist_target = 0

includes/features/YimResupplierV3.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,14 +649,14 @@ YRV3.t_SellScripts = {
649649
},
650650
["gb_contraband_sell"] = {
651651
{ -- (1.70) MISC::CLEAR_BIT\(.*?Local_...?\.f_1\), .*?Param0
652-
l = 563,
652+
l = 565,
653653
o = 1,
654654
v = 99999
655655
},
656656
},
657657
["gb_biker_contraband_sell"] = {
658658
{ -- (1.70) else if .*?!func_.*?\(1\) && .*?Local_...?\.f_...? > 0\)
659-
l = 725,
659+
l = 727,
660660
o = 122,
661661
v = 15
662662
},

0 commit comments

Comments
 (0)