News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: Making a ped spawn in a certain place  (Read 2180 times)

0 Members and 1 Guest are viewing this topic.

Offline macrons

  • Jr. Member
  • **
  • Posts: 7
  • Gender: Male
  • Damon..what are you doing out of your locker?!
    • View Profile
Making a ped spawn in a certain place
« on: January 25, 2014, 06:59:43 PM »
Sorry if there's already a thread like this. I was wondering, how do you make a certain ped spawn in a certain place? Like, for example if i wanted to spawn the janitor in the boiler room or Gary in town. I imagine you have to find out the exact coordinates. Also, in hex, how to change a word longer than the original one without messing up the game? (i.e. Striker to Grappler) I've tried putting in the "00" dots, but that doesn't help.

Offline DaBOSS54320

  • Hero Member
  • ****
  • Posts: 3,398
  • Gender: Female
    • View Profile
Re: Making a ped spawn in a certain place
« Reply #1 on: January 25, 2014, 07:32:58 PM »
Don't even mess with HxD editing. It's outdated and old. Scripting is much easier and more powerful. With scripting you can easily make a ped spawn by just typing "PedCreateXYZ(75,270,-110,6) that would spawn the model #75 (russell) at the coordinates 270,-110,6. There are many other things like that (called functions) if you get involved with scripting. Find some tutorials in the Tutorials section of the forums if your interested in getting started. I also am currently creating a Bully Script Editor which will help newbies get started. It might have a tutorial in it. If it does not then I will write a new tutorial for LUA scripting and you can use that. If your eager to begin now go ahead and find some tutorials but if you want to wait my new tutorial I'll make after the Bully LUA Editor should be very helpful and easy.

Offline macrons

  • Jr. Member
  • **
  • Posts: 7
  • Gender: Male
  • Damon..what are you doing out of your locker?!
    • View Profile
Re: Making a ped spawn in a certain place
« Reply #2 on: January 26, 2014, 06:12:43 AM »
Yep, i heard that before about Hex editing, i just know the basics so far anyway. I'll just wait for your editor and hopefully i will learn something new ;)

Offline DaBOSS54320

  • Hero Member
  • ****
  • Posts: 3,398
  • Gender: Female
    • View Profile
Re: Making a ped spawn in a certain place
« Reply #3 on: January 26, 2014, 12:09:18 PM »
The editor is pissing me off... but don't worry I'll still work on it and should be done maybe next week.

Offline macrons

  • Jr. Member
  • **
  • Posts: 7
  • Gender: Male
  • Damon..what are you doing out of your locker?!
    • View Profile
Re: Making a ped spawn in a certain place
« Reply #4 on: January 26, 2014, 03:33:56 PM »
Take your time, you can do it!