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
-
Anyone want to tell me the code for Spawn :
Greasers(Only), preppies (Only), jocks(Only) , townies(Only) , bullies(Only) , nerds(Only)
-
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
-
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
-
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.
-
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:
-
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,
-
Oh yeah ! , I'm Understand now 8)
Thanks red ;D
-
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.
-
wow! I don't know that before. Thanks!