#1 09-05-2011 21:43

Manoel Victor
From: Minas Gerais
Registered: 26-04-2011
Posts: 44
Website

CLEO code to add more cars and people on the street,help me please?

Well, I have this code that is to the bookstore CLEO 4, which adds masi cars on the streets, but it is not working very well when I start a new game.
My script:

{$VERSION 3.1.0027}
{$CLEO .cs}

//-------------MAIN---------------
thread "MV" 
wait 0 
01EB: set_traffic_density_multiplier_to -900 
end_thread

Do you have other code, different from this to add more cars on the streets?
Oh, and also a need to add many pedestrians!
Please, make for me, now, thanks!
I need some pretty nice to be able to leave my GTA San Andreas full of cars, many, many cars, giving up congestion, and also having many people in the streets!
Do not like the popcycle, I need code CLEO.
Thank you, waiting for help.

Offline

#2 09-05-2011 23:20

Den_spb
From: Ленинград
Registered: 23-11-2008
Posts: 941
Website

Re: CLEO code to add more cars and people on the street,help me please?

03DE: set_pedestrians_density_multiplier_to 1.0
01EB: set_traffic_density_multiplier_to 1.0

Maximum value for these opcodse is 1.0
Command "end_thread" is not used in cleo-scripts. You should change it to 0A93:

Last edited by Den_spb (09-05-2011 23:22)

Offline

#3 09-05-2011 23:47

Manoel Victor
From: Minas Gerais
Registered: 26-04-2011
Posts: 44
Website

Re: CLEO code to add more cars and people on the street,help me please?

It did not work, I put it without the "thread" in gta gives error when I start a new game, I experimented with the "thread"and continued with few cars and people in rusa, maybe I made ​​the wrong code.
Can you give me the complete code please?
The code made ​​line?
It's a good thing I learn! good

Offline

#4 10-05-2011 00:33

Den_spb
From: Ленинград
Registered: 23-11-2008
Posts: 941
Website

Re: CLEO code to add more cars and people on the street,help me please?

Try it:

{$CLEO}
03DE: set_pedestrians_density_multiplier_to 1.0
01EB: set_traffic_density_multiplier_to 1.0
0A93:

Offline

#5 10-05-2011 00:57

Manoel Victor
From: Minas Gerais
Registered: 26-04-2011
Posts: 44
Website

Re: CLEO code to add more cars and people on the street,help me please?

It did not help, still with few cars and few people, I want to give up congestion in the streets, and many people walking.
cry

Offline

#6 11-05-2011 17:16

ZAZ
Registered: 05-12-2007
Posts: 55

Re: CLEO code to add more cars and people on the street,help me please?

Manoel Victor wrote:

It did not help, still with few cars and few people, I want to give up congestion in the streets, and many people walking.
cry

try the value 1000.0 but i believe you never get much more traffic then the normal

Offline

Board footer

Powered by FluxBB