Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: Mr.Preppys on September 10, 2012, 11:38:15 AM

Title: Pedpop
Post by: Mr.Preppys on September 10, 2012, 11:38:15 AM
Anyone want to tell me the code for Spawn :
 Greasers(Only), preppies (Only), jocks(Only) , townies(Only) , bullies(Only) , nerds(Only)


Title: Re: Pedpop
Post by: Red Blaster on September 10, 2012, 11:43:46 AM
The numbers under each area go in the following order:

# 1   Total population
# 2   Prefects
# 3   Nerds
# 4   Jocks
# 5   Dropouts
# 6   Greasers
# 7   Preppies
# 8   Students
# 9   Cops
# 10   Teachers
# 11   Townpeople
# 12   Shopkeep
# 13   Bully

Easy as that. :P
Title: Re: Pedpop
Post by: Mr.Preppys on September 10, 2012, 11:47:41 AM
not that i mean dude :P

I mean code like this
"24,    0, 4, 4, 4, 4, 4, 0, 0, 0, 0, 0, 4,
24,    0, 4, 4, 4, 4, 4, 0, 0, 0, 0, 0, 4,
24,    0, 4, 4, 4, 4, 4, 0, 0, 0, 0, 0, 4,
24,    0, 4, 4, 4, 4, 4, 0, 0, 0, 0, 0, 4,"

But I want spawn : Greaser (only) , preppies (only) , townies (only) , jocks(only) ,nerds(Only).
:D
Title: Re: Pedpop
Post by: Red Blaster on September 10, 2012, 11:51:17 AM
Okay, I think I understand what you're saying.

You want it so that sometimes only greasers spawn, sometimes only preps spawn, etc., right?

If so, that can't be done through PedPop. Only through lua.
Title: Re: Pedpop
Post by: Mr.Preppys on September 10, 2012, 11:58:21 AM
Not dude . not sometimes . I mean one time.

I want code spawn greasers only at one time not sometime

Yesterday you gave me a code Greasers spawn
like this "10,   0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0," that's i mean  :D

And the other ? Like preppies , jocks , townies.etc

example : Greasers : 10,   0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0,
               Preppies :
               Jocks :
               Townies :
               Bullies :
               Nerds :

A Code spawn dude :happy:

Title: Re: Pedpop
Post by: Red Blaster on September 10, 2012, 01:37:10 PM
Again, look at this:

The numbers under each area go in the following order:

# 1   Total population
# 2   Prefects
# 3   Nerds
# 4   Jocks
# 5   Dropouts
# 6   Greasers
# 7   Preppies
# 8   Students
# 9   Cops
# 10   Teachers
# 11   Townpeople
# 12   Shopkeep
# 13   Bully

So using this list,

Take these numbers now:

0,   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

So, say you want to spawn 8 Preps, you see that Preps is #7 on the row, so:

8,   0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0,
Title: Re: Pedpop
Post by: Mr.Preppys on September 11, 2012, 05:51:01 AM
Oh yeah ! , I'm Understand now 8)

Thanks red  ;D
Title: Re: Pedpop
Post by: Red Blaster on September 11, 2012, 02:22:39 PM
Slight correction: You see that they're #7 on the row, not #8. But the code I posted for how to spawn only Preps is correct. I fixed it now.
Title: Re: Pedpop
Post by: RUSSELL on September 11, 2012, 03:58:31 PM
wow! I don't know that before. Thanks!