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

 how to make peds attack you and your friend?

 trying to make a zombie mod
 
GinoPinoy  
Posted: Sunday, May 13 2012, 23:59
Quote Post


Filipino Modder
Group Icon
Group: Members
Joined: Dec 16, 2009

ph.gif

XXXXX



i am trying to make a zombie theme dyom but when i tried riot setting peds just run and attack each other not the player

my question is
is there a code in the data folder that i can tweak that all of the peds hate you and your companion ??
Users WebsitePM
  Top
 

 
Joni2030  
Posted: Monday, May 14 2012, 16:27
Quote Post


Prankster
Group Icon
Group: Members
Joined: Jul 6, 2011

sf.gif

XXXXX



Okey do you want do it with DYOM or Sanny Builder?
Users WebsitePM
  Top
 

 
GinoPinoy  
Posted: Monday, May 14 2012, 23:40
Quote Post


Filipino Modder
Group Icon
Group: Members
Joined: Dec 16, 2009

ph.gif

XXXXX



in dyom i think it can't do that but in sanny builder yeah

but is there a way to edit this in data folder using notepad

like in the pedstats.ipl or ped.ipl??
Users WebsitePM
  Top
 

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


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

ia.gif

XXXXX



while using Sanny builder
press 'Ctrl' + 'Alt' + '2'
then search for a 'Kill'
& you will find many Opcode to make an actor attack Someone

for example
CODE

01CA: actor $853 kill_player $player_char //VC
Users WebsitePM
  Top
 

 
Los_Vincent  
Posted: Thursday, May 24 2012, 15:42
Quote Post


Liberty City
Group Icon
Group: Members
Joined: Apr 5, 2012

cn.gif

XXXXX



Maybe you can try
0A3E: unknown_get_actor_in_sphere 1@ 2@ 3@ radius 1.5 13.0 1.5 handle_as 0@
05E2: AS_actor 0@ kill_$PLAYER_ACTOR
Users WebsitePM
  Top
 

 
Saint Burak  
Posted: Friday, Jun 1 2012, 15:31
Quote Post


Square Civilian
Group Icon
Group: Members
Joined: Nov 4, 2010

XXXXX



CODE

:JJKSVRCDRS_19
wait 0
if
player.defined($player_char)
jf @jjksvrcdrs_19
092B: 0@ = group $PLAYER_GROUP member 0
wait 0
if
056D:   actor 0@ defined
else_jump @JJKSVRCDRS_19
Actor.StorePos($PLAYER_ACTOR, 2@, 3@, 4@)
08E5: get_actor_in_sphere 2@ 3@ 4@ radius 7.0 handle_as 5@
05E2: AS_actor 5@ kill_actor 0@
wait 0
jump @jjksvrcdrs_19


I think you will no longer need help.

PM
  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