Federicoxxx Posted May 5, 2015 Share Posted May 5, 2015 well , pretty much i take the already created residential district map with gang zones already define on it.. and manage to set gangs, with colors, some phones, and some weapons,,, (i know this, cause when i kill thems, they drop the default weapon i choose for thems) however..i cant manage to make respect move,, no matter how MUCH OF THEMS I KILL, respect dont move AN INCH ,they dont hate me and the respect of the player doesnt goes to other gang,, is always just in the middle... maybe i m forgetting something ?.... do i need to create an entire map for this to work? cant make it work with default map? PLAYER_PED p1 = ( 113.7 , 120.7 , 5.0 ) 4 90 // player 1CHAR_DATA bigbossdude = (214.0, 23.0, 3.0) 22 270 CRIMINAL_TYPE1COUNTER neverends = 1COUNTER peds = 0DECLARE_POLICELEVEL ( 4 )SET_STATION_INFO (trak00, 3, 0, 1)SET_STATION_INFO (trak11, 3, 0, 1) //map_zone thingies neither seems 2 work at all //no gang cars, nothing different, MAP_ZONE zaibgang = ( 800 , 100, 300 , 10 , 400 , 100 , 200 , 10 , 600 , 10 , 400 )MAP_ZONE redngang = ( 800 , 100, 300 , 10 , 400 , 100 , 200 , 10 , 600 , 10 , 400 )MAP_ZONE sciegang = ( 800 , 100, 300 , 10 , 400 , 100 , 200 , 10 , 600 , 10 , 400 ) //tried to set this to, 5, or 10, but doesnt work neitherSET_GANG_KILL_REACTION (zaibgang, sciegang, 1)SET_GANG_KILL_REACTION (sciegang, redngang, 1)SET_GANG_KILL_REACTION (redngang, zaibgang, 1) //set this for testing , neither work ..//CHANGE_GANG_CHAR_RESPECT ( sciegang, p1, -5 )//CHANGE_GANG_CHAR_RESPECT ( zaibgang, p1, -5 )//CHANGE_GANG_CHAR_RESPECT ( redngang, p1, -5 )//this work,,,, tough,, gangs cars ROaming around ,,NOTSET_GANG_INFO (zaibgang, 22, MACHINE_GUN,SHOTGUN,ELECTRO_GUN, 4, 211.0, 23.0, 3.0, 1, VTYPE, 0)SET_GANG_INFO (sciegang, 2, SILENCED_MACHINE_GUN,FLAME_THROWER,ROCKET_LAUNCHER, 1, 231.4, 203.3, 2.0, 1, GUNJEEP, 0)SET_GANG_INFO (redngang, 12, SHOTGUN,FLAME_THROWER,Grenade, 6, 9.5, 41.3, 3.0, 1, WBTWIN, 15) ----------------------------------------------------------------------------------------------------------------- I DIDNT CREATE THE MAP , i m using the default residential one ... i m just try to modify and add some stuff, to have some fun ... these r my files ,... http://www.filedropper.com/gta2files thanks anyway! Link to comment Share on other sites More sharing options...
Sektor Posted May 6, 2015 Share Posted May 6, 2015 (edited) SET_GANG_KILL_REACTION and CHANGE_GANG_CHAR_RESPECT need to go after the LEVELSTART command. They will be ignored if you put them before. There are exceptions for CHANGE_GANG_CHAR_RESPECT but only if you use it to read/write memory with special parameters. Edited May 6, 2015 by Sektor Link to comment Share on other sites More sharing options...
Federicoxxx Posted May 6, 2015 Author Share Posted May 6, 2015 SET_GANG_KILL_REACTION and CHANGE_GANG_CHAR_RESPECT need to go after the LEVELSTART command. They will be ignored if you put them before. There are exceptions for CHANGE_GANG_CHAR_RESPECT but only if you use it to read/write memory with special parameters. THAAAAAAAAAAAANKSSS SEKTOR! IT work like a charm, like you say..those settings need to go AFTER now ..works perfectly,, map_zone things,,, doesnt seems to work.... but i was more interested..on gangs thanks again! Link to comment Share on other sites More sharing options...
Federicoxxx Posted May 6, 2015 Author Share Posted May 6, 2015 btw there is no way to change , IN GAME COPS RIGHT? i tried SET_GANG_INFO (poligang, 00, MACHINE_GUN,SILENCED_MACHINE_GUN,SHOTGUN, 3, 224.50,020.50,255.00, 0, WBTWIN, 15) or SET_GANG_INFO (poligang, 00, MACHINE_GUN,SILENCED_MACHINE_GUN,SHOTGUN, 0, 0.0,0.0,0.0, 0, WBTWIN, 15) the script is compiled correctly , yes BUT NO CHANGE AT ALL IN GAME... Link to comment Share on other sites More sharing options...
Jeansowaty Posted May 7, 2015 Share Posted May 7, 2015 It's because those are the cops found in the police HQ in front of the Jesus Saves. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now