Advertising
Navigation
Information

GTA San Andreas Mods

:

CLEO Modifications

Cars Spawning for Gang Wars (Add-on)


Autor: skatefilter5
Datum: 09.01.2021
Downloads: 3243 | Statistiken
Dateigröße: 1.185 MB

Bewertung:
10.00 bei 5 Bewertungen

Car spawns randoms spots, look as similar to original ped vehicles, but the ones that passing by are the spawning "rea;" cars so don't get mixed up which are real buuuuuuuut all cars from this script have alot of health and can last very long but only want it can blow up is a army of minigunners.

Whenever the car deals too much damage, the ped dies, and you can hear the horn infinitely and some car even go forward or spinning around also infinite. Don't know why the horn and acceleration stops in 5 seconds in IV and V. Infinite is fun right? But not annoying noise.

They were use for gang wars or something like this, just an add-on well ghost town mod will also be an easy guess.

Enjoy!

KEYS
F5 is to spawn cars "panic mode"
F6 is to spawn cars "normal but passing by" (use for standing on them
F7 is to spawn cars "normal and stopping where anyone is at front" (they don't react to shootings but their dumb enough to die from crossfires)

Advertising
Download
DOWNLOAD
Viruserkennungsrate: 0% (0/60)
See Virus Scan Report
Werbung
Melden
Mod Report

Bist du der Autor dieser Modifications? Falls jemand deine Mod geklaut hat, kannst du diesen Mod melden und einen Antrag auf Löschung stellen.

Diese Mod melden

Screenshots
Videos
Ein Youtube Video hinzufügen

7 Kommentare bisher
Dein Name/Nick:


Deine Message:


reload, if the code cannot be seen

Hinweis:
Du musst registriert und eingeloggt sein, um Kommentare zu posten.
InvOrange
"Vic"
Vic
Comments: 0
Profile
Message
10.01.2021, 05:05

good


fan script
"Vic"
Vic
Comments: 0
Profile
Message
10.01.2021, 16:32

hey bro i testing this your scripts

and are very conflicting with other scripts

you need to fix them

fix these things

eliminate global variables and global array var
fix const beacuse ingenering in game hard code and make bugs in other script

fix construct

like

const

end

also this mod works very poorly sorry

fix it now friend bye


skatefilter5
"Vic"
Vic
Comments: 0
Profile
Message
10.01.2021, 17:48

@fan scripti know cuz all the 0@ to 31@ local vars are all used up cleo scripts are all used up execpt for bulit timers as 32@ 33@.

I was planning to start this car spawning script as in cleo mission "the cities of war" but original was "insane city" with hostile people and gangs killing each other just as saints row IV as prototype. I start off with peds, then cars since spawning gangs and fighting near traffic. I plan to convert this cars only spawnings cause of using this for any mission relates to wars or zombies. Peds on foot couldnt even fit cuz i have no room for local variables so they were cut into another script so i have no plans yet for them unless ghost town will

the mod is good except spawning to clip any car over, even overheated other cars insanely to crash (oh that's why it re-explode so many times cuz its accelerating when they die from car crash) , I can't enable to find any check for this.
I need example to make car spawn-smart with out cliiping anothers cars or driving to wall cuz angle, but AI really want to drive any routes they wanted
Global vars on paths don't any thing specially at least 1 global var like $VAR[0] to [20] still treat this as another var in a local script.


fan script
"Vic"
Vic
Comments: 0
Profile
Message
10.01.2021, 18:39

 Quote: skatefilter5

@fan scripti know cuz all the 0@ to 31@ local vars are all used up cleo scripts are all used up execpt for bulit timers as 32@ 33@.

I was planning to start this car spawning script as in cleo mission "the cities of war" but original was "insane city" with hostile people and gangs killing each other just as saints row IV as prototype. I start off with peds, then cars since spawning gangs and fighting near traffic. I plan to convert this cars only spawnings cause of using this for any mission relates to wars or zombies. Peds on foot couldnt even fit cuz i have no room for local variables so they were cut into another script so i have no plans yet for them unless ghost town will

the mod is good except spawning to clip any car over, even overheated other cars insanely to crash (oh that's why it re-explode so many times cuz its accelerating when they die from car crash) , I can't enable to find any check for this.
I need example to make car spawn-smart with out cliiping anothers cars or driving to wall cuz angle, but AI really want to drive any routes they wanted
Global vars on paths don't any thing specially at least 1 global var like $VAR[0] to [20] still treat this as another var in a local script.


hey friend
if you give me memory addresses for gta

you are developer gta online scripts mta ,samp

soo give me some memory addresses only on private message

and

i help you

in ,your, projects

like scripts


car inteligent spawn for you

0208: 6@ = random_float_in_ranges 50.2 100.2
0208: 7@ = random_float_in_ranges 50.2 100.2
04C4: store_coords_to 0@ 1@ 2@ from_actor $PLAYER_ACTOR with_offset 6@ 7@ -1.0
04D3: get_nearest_car_path_coords_from 0@ 1@ 2@ type 0 store_to 6@ 7@ 8@
3@ = car.Create(#patriot,6@,7@,8@)
Car.Angle(3@) = 184.7214
Car.SetMaxSpeed(3@, 253.0) //speed limiter only for peds vehicles
00AE: set_car 3@ traffic_behaviour_to 2 {car not look traffic light}
Car.SetDriverBehaviour(3@, followroad) {car drive on streets like peds in vehicles}
053F: set_car 3@ tires_vulnerability 0 //tires shot protection
0587: enable_car 3@ validate_position 0 {car not exit game map like down}

friend learn about
Car.SetDriverBehaviour(3@, {there are from 0 to 32 id,s}{example const} followroad)


skatefilter5
"Vic"
Vic
Comments: 0
Profile
Message
11.01.2021, 00:38

@fan scriptfollowroad id seems to be default, i only script gta san andreas and saints row 3, 4, and gooh. im not a memory addresser to scan the game or something like that..


fan script
"Vic"
Vic
Comments: 0
Profile
Message
11.01.2021, 03:09

@skatefilter5

this opcode have max 32 id
00AF: set_car 62@ driver_behaviour_to 5

this opcode have max 9 id
00AE: set_car 71@ traffic_behaviour_to 3

you must do test

ok then tell me how works decision maker in missions?

you know all id to decision maker?

see message


skatefilter5
"Vic"
Vic
Comments: 0
Profile
Message
11.01.2021, 17:07

@fan scripti mostly know id 32 which its no act aka mission scripted version which you customize AI or use it for cutscene, one problem is punching is only broken. I prety much check it in task, event id and decision id some of them do samething. I tried panic version for the peds in car but they don't even react at all when i shoot

i use copy decision maker as 2 for tough
060A: create_decision_maker_type 2 store_to 25@ // decisionallowedm_.ped files
I use this mostly for tough enemies
I learn along time ago just to get rid of cowers and hangups