Irsis 73 Posted August 8, 2019 Share Posted August 8, 2019 (edited) 24/7 ROBBERY by Irsis Unlike the other robbery mod. - When you aim at the store clerk, there are random chance that they will give you the money/shoot you with shotgun, then the alarm will ring and give you 2 wanted level - They also have 'scared' and 'give the money' animation. - Also they remember the time when you robbed them. When you enter 24/7 next time, there are random chance that they will shoot you without hesitation. - Dont enter 24/7 when you have wanted level becuase they will shoot you. - You can only rob 24/7 and toy store DOWNLOAD Edited August 18, 2019 by Irsis 5 Link to post Share on other sites
thalilmythos 1,025 Posted August 8, 2019 Share Posted August 8, 2019 (edited) Dope, what about making the pedestrians perform the cover or cower anim when you are robbing the store? i wanted to do that in my version but i was too lazy to do it Edited August 8, 2019 by thalilmythos Link to post Share on other sites
Irsis 73 Posted August 8, 2019 Author Share Posted August 8, 2019 2 hours ago, thalilmythos said: Dope, what about making the pedestrians perform the cover or cower anim when you are robbing the store? i wanted to do that in my version but i was too lazy to do it Maybe in the next update. But i have a difficulty catching more than one random peds. Link to post Share on other sites
Junior_Djjr 2,923 Posted August 10, 2019 Share Posted August 10, 2019 Use this to fix audio volume (to follow the audio menu configuration): 0A8D: [email protected] = read_memory 0xB5FCCC size 4 virtual_protect 0 Audiostream.Volume([email protected]) = [email protected] The sound (not the alarm one) is too loud btw. I multiplied the volume by 0.7 and looks ok now. You don't need this: if not Player.WantedLevel($PLAYER_CHAR) > 1 jf @ROBST_7 Player.WantedLevel($PLAYER_CHAR) = 2 Just use 010E: 010E: alter_wanted_level_no_drop $PLAYER_CHAR to 2 On 8/8/2019 at 8:13 PM, Irsis said: But i have a difficulty catching more than one random peds. 068D: get_camera_position_to [email protected] [email protected] [email protected] if 0AE1: [email protected] = random_actor_near_point [email protected] [email protected] [email protected] in_radius 50.0 find_next false pass_deads true then repeat //do stuff until 8AE1: [email protected] = random_actor_near_point [email protected] [email protected] [email protected] in_radius 50.0 find_next true pass_deads true end You are programming at a low level, this is not how cleo mods are created, apparently you learned how to program by looking at Sanny Builder's decompiled code, not actual code programmed by people. Read some cleo tutorial, I made an excellent one. 2 Link to post Share on other sites
Irsis 73 Posted August 10, 2019 Author Share Posted August 10, 2019 (edited) Thanks for the tips @Junior_Djjr! I do want to use high level on my mod, but my brain was having hard times getting used to until, then, repeat, end...etc. these, for me its just not clear(damn you brain!).. i mean when i use low level, its crystal clear where the script is going to jump when its false/true. But i will try to learn from your tutorial Edited August 10, 2019 by Irsis Link to post Share on other sites
Junior_Djjr 2,923 Posted August 13, 2019 Share Posted August 13, 2019 You are using ped model to define the vendor. This makes the script think that this ped is a vendor if you enter in other interiors, so they will start to shot you like a crazy. There is a not 100% perfect, but ok solution: check if the ped is controlled by script / isn't random created. 2 Link to post Share on other sites
Irsis 73 Posted August 13, 2019 Author Share Posted August 13, 2019 Thanks! i'll update it soon. Link to post Share on other sites
tommy_gunn 0 Posted January 22 Share Posted January 22 Hello. I would like to ask you what I have exactly to do in order to install this mod? I have cleo library. All the mods working perfect. When I try to aim the clerk at 24/7 or at Zero store nothing happens! Why? Thanks!!! Link to post Share on other sites
Lividkilla66 20 Posted January 29 Share Posted January 29 So I doubt anyone will respond to this but I hope someone will, I’ve installed the mod and everything but when I go in and aim at the cashier he just cowers behind the counter, now if I go inside the store with a wanted level, there’s a 50\50 chance he’ll start shooting me with a shotgun, but other than that the mod doesn’t work, I’ve even uninstalled my custom script, all Cleo mods & it still don’t work Link to post Share on other sites
Irsis 73 Posted January 29 Author Share Posted January 29 On Sat Jan 23 2021 at 6:45 AM, tommy_gunn said: Hello. I would like to ask you what I have exactly to do in order to install this mod? I have cleo library. All the mods working perfect. When I try to aim the clerk at 24/7 or at Zero store nothing happens! Why? Thanks!!! 1 hour ago, Lividkilla66 said: So I doubt anyone will respond to this but I hope someone will, I’ve installed the mod and everything but when I go in and aim at the cashier he just cowers behind the counter, now if I go inside the store with a wanted level, there’s a 50\50 chance he’ll start shooting me with a shotgun, but other than that the mod doesn’t work, I’ve even uninstalled my custom script, all Cleo mods & it still don’t work It must be a conflict with your other mods. Try to install it in a clean cleo folder, then add your other mods one by one to see which mods causing conflict. Clerks shoots you in a wanted level(after you robbed them before) is a feature of this mod. Link to post Share on other sites
Lividkilla66 20 Posted January 31 Share Posted January 31 On 1/29/2021 at 5:45 PM, Irsis said: It must be a conflict with your other mods. Try to install it in a clean cleo folder, then add your other mods one by one to see which mods causing conflict. Clerks shoots you in a wanted level(after you robbed them before) is a feature of this mod. Ok so I’ll try that real quick but I’ve already tried it before and it didn’t fix it, I appreciate the response I’ll let you know if I have any results Link to post Share on other sites