Elvis Cops

Post Reply
Galactic Boy
Immortal
Posts: 334
Joined: 15 Apr 2012, 08:26

Elvis Cops

Post by Galactic Boy »

Is it possible?
User avatar
elypter
Immortal
Posts: 1120
Joined: 26 Dec 2009, 23:53
GH nick: elypter

Re: Elvis Cops

Post by elypter »

Galactic Boy wrote:Is it possible?
you tell us
yur sa'nok ngeyä
Galactic Boy
Immortal
Posts: 334
Joined: 15 Apr 2012, 08:26

Re: Elvis Cops

Post by Galactic Boy »

It's possible. I did it by script. The script is:

Code: Select all

PLAYER_PED Player1 = (120.5, 119.5, 4.0) 46 0

CHAR_DATA victim

COUNTER true = 1

LEVELSTART

WHILE_EXEC ( true = 1 )

IF ( HAS_CHAR_PUNCHED_SOMEONE ( Player1 ) )
STORE_LAST_CHAR_PUNCHED ( Player1 , victim )
CHANGE_CHAR_REMAP ( victim , 12 )
SET_CHAR_GRAPHIC_TYPE ( victim , GANG_GRAPHIC , 12 )
SET_CHAR_OCCUPATION ( victim , ELVIS )
SET_CHAR_BRAVERY_LEVEL ( victim , LOONY )
SET_CHAR_THREAT_SEARCH ( victim , AREA )
SET_CHAR_THREAT_REACTION ( victim , REACT_AS_NORMAL )

ENDWHILE

LEVELEND
Then I punched cops in invisibility mode. Cops transformed to Elvis. All is this.
Jones
Psycho
Psycho
Posts: 51
Joined: 08 Aug 2012, 21:25

Re: Elvis Cops

Post by Jones »

Now try to make it possible without punching :D
Galactic Boy
Immortal
Posts: 334
Joined: 15 Apr 2012, 08:26

Re: Elvis Cops

Post by Galactic Boy »

It is impossible without punching. :)
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: Elvis Cops

Post by Sektor »

You could change the palette in the STY file, write a trainer, patch the exe or just advanced use of the SET command.
Galactic Boy
Immortal
Posts: 334
Joined: 15 Apr 2012, 08:26

Re: Elvis Cops

Post by Galactic Boy »

This method only can change their remaps. Don't change their occupations. Elvis Cops who are in the image didn't attack me in a wanted level. Because punching changed their occupations too.
User avatar
Serial Killer
Psycho
Psycho
Posts: 93
Joined: 21 Oct 2014, 12:54

Re: Elvis Cops

Post by Serial Killer »

this is possible with changing palettes of chars.
I'm Serial Killer, my job is killing you!
Post Reply