GTAMP.com

Grand Theft Auto Media Press
It is currently Wed Jun 19, 2013 6:10 pm

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Punch of death
PostPosted: Mon May 10, 2010 11:34 am 
Offline
Lunatic

Joined: Sat Jul 19, 2008 2:14 pm
Posts: 421
Location: Poland / Szczecin
does sb have the punch of death script for all six players?


Top
 Profile  
 
 Post subject: Re: Punch of death
PostPosted: Mon May 10, 2010 11:44 am 
Offline
Boss
User avatar

Joined: Tue Mar 04, 2008 6:51 am
Posts: 984
Location: GTAMP.com
I don't know what sb means but here is the 6 player death punch script.


Top
 Profile  
 
 Post subject: Re: Punch of death
PostPosted: Mon May 10, 2010 12:19 pm 
Offline
Lunatic

Joined: Sat Jul 19, 2008 2:14 pm
Posts: 421
Location: Poland / Szczecin
sb - somebody :)


Top
 Profile  
 
 Post subject: Re: Punch of death
PostPosted: Mon Oct 29, 2012 9:15 am 
Offline
Serial Killer
User avatar

Joined: Sun Apr 15, 2012 8:26 am
Posts: 200
The punch of death script for all six players is:

Code:
PLAYER_PED Player1 = ( 126.5 , 128.5 , 2.0 ) 5 0
PLAYER_PED Player2 = ( 127.5 , 128.5 , 2.0 ) 6 0
PLAYER_PED Player3 = ( 128.5 , 128.5 , 2.0 ) 7 0
PLAYER_PED Player4 = ( 129.5 , 128.5 , 2.0 ) 8 0
PLAYER_PED Player5 = ( 130.5 , 128.5 , 2.0 ) 9 0
PLAYER_PED Player6 = ( 131.5 , 128.5 , 2.0 ) 10 0

CHAR_DATA victim

COUNTER true = 1

LEVELSTART

WHILE_EXEC ( true = 1 )

IF ( HAS_CHAR_PUNCHED_SOMEONE ( Player1 ) )
STORE_LAST_CHAR_PUNCHED ( Player1 , victim )
KILL_CHAR ( victim )
ENDIF

IF ( HAS_CHAR_PUNCHED_SOMEONE ( Player2 ) )
STORE_LAST_CHAR_PUNCHED ( Player2 , victim )
KILL_CHAR ( victim )
ENDIF

IF ( HAS_CHAR_PUNCHED_SOMEONE ( Player3 ) )
STORE_LAST_CHAR_PUNCHED ( Player3 , victim )
KILL_CHAR ( victim )
ENDIF

IF ( HAS_CHAR_PUNCHED_SOMEONE ( Player4 ) )
STORE_LAST_CHAR_PUNCHED ( Player4 , victim )
KILL_CHAR ( victim )
ENDIF

IF ( HAS_CHAR_PUNCHED_SOMEONE ( Player5 ) )
STORE_LAST_CHAR_PUNCHED ( Player5 , victim )
KILL_CHAR ( victim )
ENDIF

IF ( HAS_CHAR_PUNCHED_SOMEONE ( Player6 ) )
STORE_LAST_CHAR_PUNCHED ( Player6 , victim )
KILL_CHAR ( victim )
ENDIF

ENDWHILE

LEVELEND

_________________
GTA2 4ever!!!


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

All times are UTC


Who is online

Users browsing this forum: No registered users 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:  
Powered by phpBB® Forum Software © phpBB Group