Advertising
Navigation
Information

GTA San Andreas Mods

:

Mods for GTA SA Mobile

Variety Timing for Vehicles 2 Explodes - [Android]


Author: ArqnkRadjah
Date: 14.05.2024
Downloads: 3404 | Statistics
Filesize: 1.696 KB

Rating:
10.00 based on 2 votes

Variety Timing for Vehicles 2 Explodes
This script gives more variety for vehicles in your game to explode.
Before it takes 5 seconds to explode, now it will take random timing to explode from 1 to 7 seconds(can be adjusted from its config).


ARM ©2024

Advertising
Download
Advertising
Report
Mod Report

Are you the owner of this mod? If someone has stolen your work, you can make a request for removing this mod.

Report this mod

Screenshots
Videos
Add a Youtube video

7 comments found
Name:


Comment text:


reload, if the code cannot be seen

Attention:
You need to be registered and signed in to post comments!
Davidstrs
"Vic"
Vic
Comments: 0
Profile
Message
31.05.2024, 11:56

what about no explode ? only burn


ArqnkRadjah
"Vic"
Vic
Comments: 0
Profile
Message
31.05.2024, 18:29

@Davidstrs You can try to set the min and max value to 1 milion(16 minutes) or add one more 0 to make it 166 minutes.


man_s_our
"Vic"
Vic
Comments: 0
Profile
Message
04.08.2024, 11:56

can you port it to PC?
or at least give the source so that we may do it.


ArqnkRadjah
"Vic"
Vic
Comments: 0
Profile
Message
04.08.2024, 18:25

@man_s_our The script is open. You can decompile it with SB. It used memory addresses, but PC and Android have a different memory offset.


man_s_our
"Vic"
Vic
Comments: 0
Profile
Message
05.08.2024, 14:49

@ArqnkRadjah
decompiling it using sb3 gave me error Unknown opcode 2001 at offset 150.


ArqnkRadjah
"Vic"
Vic
Comments: 0
Profile
Message
05.08.2024, 16:23

@man_s_our Tick Ignore Unknown on the decompile option (gear icon)
Also the compiler should be on sa mobile because the memory write opcode on mobile and pc are different.
Other than that it's should be find to decompile the script and you can start to find the right memory addresses on the pc version and change it. bye


man_s_our
"Vic"
Vic
Comments: 0
Profile
Message
05.08.2024, 19:36

@ArqnkRadjah
I found the addresses for pc just now. I'll see if I can make a script that manipulate them.