Jump to content

Help Modding Peds


JAB HacksouL

Recommended Posts

Hello,

I am trying to mod the SA second edition (which I understand is almost unmoddable) but so far I have "San Andreas Ultimate Editor" downloaded and played with a few settings. I am no noob to modding I have done extensive mods on GTA III and VC. But here is what I want to do in a nutshell:

I want to make a new pedestrian that hangs out inside a given area and attacks (no weapons) on sight. I already know how to apply skin and mesh all I need to know is how to code it (or if it can be coded) for the second edition. There appears to be no MAIN.SCM but instead a very tiny MAIN.SC instead.

My code so far would be something like this but "San Andreas Ultimate Editor" uses Visual Basic code?? <_<

create_thread @zombie

:zombie
thread 'zombie'

:zombie_2
model.load(#YOURPED)

:zombie_3
if
model.available(#YOURPED)
jf @zombie_3
create.actor(19, #YOURPED, x, y, z, $YOURPEDNAME
end_thread

This Zombie guy I want to hang out within a block the the Zombotech building in SF. My little brother got the idea and I thought it would be cool to have one or more zombie peds that attack the passer-bys but don't stray too far from home.

Let me know if you have any input.

JAB

Link to comment
Share on other sites

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...