Jump to content

[GTA SA] Is it possible to modify the amount of pellets of shotguns?


Recommended Posts

  • 6 months later...
  • 2 weeks later...

i know it 

game use 15 pellets not less not max (you counted 8 pellets shotgun) but it shoot 15 pellets because they spread like north east what ever it is but game shoots 15 

and you can set 1 to 16 max after that game crash you still want it ? 

  • 2 months later...

"Hi can u pls tell me how to make that mod working as the bullet holes doesnt appear for me" 

 

you using bullet hole mod ?and it dont show holes when you shoot?

 

or you getting it all wrong pellet mean this "A bullet or piece of small shot" but its not bullet holes 

Edited by Strs
holes
  • 5 weeks later...
On 5/22/2022 at 8:21 AM, Strs said:

i know it 

game use 15 pellets not less not max (you counted 8 pellets shotgun) but it shoot 15 pellets because they spread like north east what ever it is but game shoots 15 

and you can set 1 to 16 max after that game crash you still want it ? 

Yes please, i still want it. Sorry for the delay.

{$Cleo}
0000:
while true
wait  10
//this are read and write max pellets is 15 remember that you make it more than 15 game will crash

//read now before you write your value
0006: 0@ = 0x8D6118 //pointer
000A: 0@ + 4 //shotgun spread //Float
0A8D: 1@ = 0@ size 4 vp 0
000A: 0@ + 4 //shotgun Number of pellets //int  :Note sawnoff same value as shotgun
0A8D: 2@ = 0@ size 1 vp 0
000A: 0@ + 4 //shotspa Number of pellets //int
0A8D: 3@ = 0@ size 1 vp 0
0ad1: "spread %.2f ~n~Shotgun pellets %i ~n~Shotspa Pellets %i" 2000 1@ 2@ 3@

//Write you value
if    0ab0: 89 //You press y now see difference 
then 
0006: 0@ = 0x8D6118 //pointer
000A: 0@ + 4 //shotgun spread //Float (Default value is 0.05) 
0A8C: 0@ size 4 value 0.2 vp 0 //now shotspa will shoot 2 pellets do 
000A: 0@ + 4 //shotgun Number of pellets //int (Default value is 15) 
0A8C: 0@ size 1 value 3 vp 0 //now shotgun will shoot 3 pellets :Note sawnoff same value as shotgun
000A: 0@ + 4 //shotspa Number of pellets //int (Default value is 😎
0A8C: 0@ size 1 value 2 vp 0 //now shotspa will shoot 2 pellets 
end
end

  • 2 years later...
On 8/31/2022 at 12:12 AM, Strs said:

{$Cleo}
0000:
while true
wait  10
//this are read and write max pellets is 15 remember that you make it more than 15 game will crash

//read now before you write your value
0006: 0@ = 0x8D6118 //pointer
000A: 0@ + 4 //shotgun spread //Float
0A8D: 1@ = 0@ size 4 vp 0
000A: 0@ + 4 //shotgun Number of pellets //int  :Note sawnoff same value as shotgun
0A8D: 2@ = 0@ size 1 vp 0
000A: 0@ + 4 //shotspa Number of pellets //int
0A8D: 3@ = 0@ size 1 vp 0
0ad1: "spread %.2f ~n~Shotgun pellets %i ~n~Shotspa Pellets %i" 2000 1@ 2@ 3@

//Write you value
if    0ab0: 89 //You press y now see difference 
then 
0006: 0@ = 0x8D6118 //pointer
000A: 0@ + 4 //shotgun spread //Float (Default value is 0.05) 
0A8C: 0@ size 4 value 0.2 vp 0 //now shotspa will shoot 2 pellets do 
000A: 0@ + 4 //shotgun Number of pellets //int (Default value is 15) 
0A8C: 0@ size 1 value 3 vp 0 //now shotgun will shoot 3 pellets :Note sawnoff same value as shotgun
000A: 0@ + 4 //shotspa Number of pellets //int (Default value is 😎
0A8C: 0@ size 1 value 2 vp 0 //now shotspa will shoot 2 pellets 
end
end

where do i put this, and can it be changed on server?

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.