IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules GTA Modification Forums

Please post mod releases in the Mod Showroom

GTAGarage.com
free mod hosting from GTANet, simply login with your GTAForums account details

GTAModding.com
GTANet's modding wiki

GTA Modding Chatroom
provided by irc.gtanet.com (Don't have an IRC client? Click here)


  Reply to this topicStart new topicStart Poll

 Vehicle Spawning

 Someone ???
 
koragg  
Posted: Monday, May 14 2012, 19:08
Quote Post


Knight Rider Forever
Group Icon
Group: Members
Joined: Feb 25, 2012

bu.gif

XXXXX



Can anybody make these three vehicles appear at the same time and not one after another :

014B: $PARKED_HOTRINA = init_parked_car_generator #HOTRINA color -1 -1 1 alarm 50 door_lock 0 0 10000 at -811.7025 -1895.353 10.8309 angle 225.0
014B: $PARKED_HOTRINB = init_parked_car_generator #HOTRINB color -1 -1 1 alarm 50 door_lock 0 0 10000 at -808.7131 -1892.669 10.8983 angle 225.0
014B: $PARKED_MONSTERB = init_parked_car_generator #MONSTERB color -1 -1 1 alarm 50 door_lock 0 0 10000 at -805.8402 -1889.372 11.7846 angle 225.0

P.S. I want them to appear multiple times NOT just once.

Thanks smile.gif smile.gif
Users WebsitePM
  Top
 

 
JACK JONES  
Posted: Monday, May 14 2012, 19:50
Quote Post


Booom!!!
Group Icon
Group: Members
Joined: Dec 6, 2011

sr.gif

XXXXX



CODE
014C: set_parked_car_generator $PARKED_RHINO cars_to_generate_to 101

101 - Car will always spawn
PM
  Top
 

 
koragg  
Posted: Monday, May 14 2012, 20:16
Quote Post


Knight Rider Forever
Group Icon
Group: Members
Joined: Feb 25, 2012

bu.gif

XXXXX



I do the code like this

014B: $PARKED_HOTRINA = init_parked_car_generator #HOTRINA color -1 -1 1 alarm 50 door_lock 0 0 10000 at -811.7025 -1895.353 10.8309 angle 225.0
014B: $PARKED_HOTRINB = init_parked_car_generator #HOTRINB color -1 -1 1 alarm 50 door_lock 0 0 10000 at -808.7043 -1892.289 10.9274 angle 225.0
014B: $PARKED_MONSTERA = init_parked_car_generator #MONSTERA color -1 -1 1 alarm 50 door_lock 0 0 10000 at -805.8402 -1889.372 11.7846 angle 225.0
014C: set_parked_car_generator $PARKED_HOTRINA cars_to_generate_to 101
014C: set_parked_car_generator $PARKED_HOTRINB cars_to_generate_to 101
014C: set_parked_car_generator $PARKED_MONSTERA cars_to_generate_to 101

and it spawns the HOTRINA and the MONSTERA normally but it never spawns the HOTRINB.
What do I need to do to make it spawn all three cars when I start a new game ??
Users WebsitePM
  Top
 

 
Ashwin the new boy  
Posted: Tuesday, May 15 2012, 02:48
Quote Post


I am The Most Confused Person
Group Icon
Group: Members
Joined: Nov 14, 2010

ia.gif

XXXXX



try using this
CODE

014B: $PARKED_HOTRINB = init_parked_car_generator #HOTRINB color -1 -1 1 alarm 1 door_lock 0 0 100 at -808.7043 -1892.289 10.9274 angle 225.0
014C: set_parked_car_generator $PARKED_HOTRINB cars_to_generate_to 1


if still not appear, there may be some problem in Loading the Model,

@JJ
QUOTE
101 - Car will always spawn

0 = don't spawn
1 = Always spawn
101 = Randomly Spawn
Users WebsitePM
  Top
 

 
JACK JONES  
Posted: Tuesday, May 15 2012, 05:59
Quote Post


Booom!!!
Group Icon
Group: Members
Joined: Dec 6, 2011

sr.gif

XXXXX



QUOTE
@JJ
101 - Car will always spawn
0 = don't spawn
1 = Always spawn
101 = Randomly Spawn

But the opcode database says otherwise:
http://gtag.gtagaming.com/opcode-database.php?opcode=014C
PM
  Top
 

 
koragg  
Posted: Tuesday, May 15 2012, 19:42
Quote Post


Knight Rider Forever
Group Icon
Group: Members
Joined: Feb 25, 2012

bu.gif

XXXXX



thanks man.Now it spawns everything fine!

but why does the ZAD auto driver mod always drive to the "Blueberry Acres" when there's no marker set on the map ?
Can I change the place where it drives you when there's no marker on the map ?

Here's the link to the mod : http://www.gtagarage.com/mods/show.php?id=9794
Users WebsitePM
  Top
 

 

0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)

0 Members:

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG