GTAMP.com

Grand Theft Auto Media Press
It is currently Fri May 24, 2013 7:55 am

All times are UTC




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Instant gang on steroids
PostPosted: Fri Mar 16, 2012 10:38 pm 
Offline
Psycho
User avatar

Joined: Tue Apr 14, 2009 8:20 am
Posts: 71
Location: The Netherlands
This one makes for a few laughs:

Code:
PLAYER_PED player1 = (128.5, 127.5, 255.0) 25 0
CHAR_DATA group_member1 = ( 129.5, 127.5 ) 1 0 CRIMINAL
CHAR_DATA group_member2 = ( 130.5, 127.5 ) 2 0 CRIMINAL
CHAR_DATA group_member3 = ( 131.5, 127.5 ) 3 0 CRIMINAL
CHAR_DATA group_member4 = ( 132.5, 127.5 ) 4 0 CRIMINAL
CHAR_DATA group_member5 = ( 133.5, 127.5 ) 5 0 CRIMINAL
CHAR_DATA group_member6 = ( 134.5, 127.5 ) 6 0 CRIMINAL
CHAR_DATA group_member7 = ( 135.5, 127.5 ) 7 0 CRIMINAL
CHAR_DATA group_member8 = ( 136.5, 127.5 ) 8 0 CRIMINAL
CHAR_DATA group_member9 = ( 137.5, 127.5 ) 9 0 CRIMINAL
CHAR_DATA group_member10 = ( 138.5, 127.5 ) 10 0 CRIMINAL

LEVELSTART

ADD_GROUP_TO_CHARACTER ( player1 , 0 )
SET_GROUP_TYPE ( player1 , CHAIN )

ADD_GROUP_TO_CHARACTER ( group_member1 , 9 )
ADD_GROUP_TO_CHARACTER ( group_member2 , 9 )
ADD_GROUP_TO_CHARACTER ( group_member3 , 9 )
ADD_GROUP_TO_CHARACTER ( group_member4 , 9 )
ADD_GROUP_TO_CHARACTER ( group_member5 , 9 )
ADD_GROUP_TO_CHARACTER ( group_member6 , 9 )
ADD_GROUP_TO_CHARACTER ( group_member7 , 9 )
ADD_GROUP_TO_CHARACTER ( group_member8 , 9 )
ADD_GROUP_TO_CHARACTER ( group_member9 , 9 )
ADD_GROUP_TO_CHARACTER ( group_member10 , 9 )

ADD_EXISTING_CHAR_TO_GROUP ( player1 , group_member1 )
ADD_EXISTING_CHAR_TO_GROUP ( player1 , group_member2 )
ADD_EXISTING_CHAR_TO_GROUP ( player1 , group_member3 )
ADD_EXISTING_CHAR_TO_GROUP ( player1 , group_member4 )
ADD_EXISTING_CHAR_TO_GROUP ( player1 , group_member5 )
ADD_EXISTING_CHAR_TO_GROUP ( player1 , group_member6 )
ADD_EXISTING_CHAR_TO_GROUP ( player1 , group_member7 )
ADD_EXISTING_CHAR_TO_GROUP ( player1 , group_member8 )
ADD_EXISTING_CHAR_TO_GROUP ( player1 , group_member9 )
ADD_EXISTING_CHAR_TO_GROUP ( player1 , group_member10 )

LEVELEND

This creates a massive group of a hundred CHARs following the player. By creating 'subgroups' and adding them to the players group, you can bypass the limit of 10 CHARs per group. Theoretically you can expand this code by adding more subgroups to these subgroups to create an even larger personal army. Throw in some weapons for extra mayhem, as well. But beware: don't hit your minions, or they will immediately start a huge bro-fight amongst themselves.

Image


Top
 Profile  
 
PostPosted: Sat Mar 17, 2012 3:17 am 
Offline
User avatar

Joined: Sat Dec 26, 2009 11:53 pm
Posts: 933
your personal martial arts fighting teams

_________________
yur sa'nok ngeyƤ


Top
 Profile  
 
PostPosted: Sat Mar 17, 2012 9:35 am 
Offline
User avatar

Joined: Wed Mar 17, 2010 4:07 am
Posts: 395
Location: Wales, UK
Cool 8-)

For some reason this comes to mind... :shock:


_________________


Top
 Profile  
 
PostPosted: Sat Mar 17, 2012 9:45 am 
Offline
Psycho
User avatar

Joined: Wed Feb 01, 2012 1:11 pm
Posts: 88
Location: Hungary
Lololol
Looks like we have a chance to make a GTA2 map of 300 the movie :D:D

_________________
GTA2 - ANYWHERE CITY STORIES - DLC
http://gtamp.com/forum/viewtopic.php?f=4&t=487


Top
 Profile  
 
PostPosted: Sat Mar 17, 2012 12:55 pm 
Offline
User avatar

Joined: Fri Jan 29, 2010 3:00 pm
Posts: 825
Location: F21B3EED
I made a video if someone is too lazy to compile & try :-) :


Nice script!

PS. use 480p quality on the video or the sound quality is very low for some reason :(

_________________
My GTA2 related projects:


Top
 Profile  
 
PostPosted: Sat Mar 17, 2012 4:46 pm 
Offline
User avatar

Joined: Mon May 18, 2009 9:40 pm
Posts: 390
Location: Nowhere.
Oh, the epicness.

_________________
You just lost the game.


Top
 Profile  
 
PostPosted: Sat Mar 17, 2012 4:49 pm 
Offline
User avatar

Joined: Fri Jan 29, 2010 3:03 pm
Posts: 795
haha, the rocket one is a killer!

_________________
"Only Silky Milky implants by Zaibatsu feel and taste like the real thing."


Top
 Profile  
 
PostPosted: Sun Mar 18, 2012 1:35 am 
Offline

Joined: Sat May 16, 2009 6:14 am
Posts: 781
Location: London, UK
LOL! Nice one, all.

The way they make swoopy trails reminds me of the huge Sentinel attack on Zion from The Matrix.

_________________
Multiplayer Levels | Mission Code Tutorials | Multiplayer Videos


Top
 Profile  
 
PostPosted: Sun Oct 21, 2012 11:21 am 
Offline
Boss
User avatar

Joined: Tue Mar 04, 2008 6:51 am
Posts: 981
Location: GTAMP.com
I approve!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group