Glenstorm Posted February 17, 2010 Share Posted February 17, 2010 How do I check if CJ is currently at grove territory or balla territory? Link to comment https://gtaforums.com/topic/440982-how-to-check-for-gang-territory/ Share on other sites More sharing options...
Deji Posted February 17, 2010 Share Posted February 17, 2010 // get the current coords of the player04C4: store_coords_to 1@ 2@ 3@ from_actor $PLAYER_ACTOR with_offset 0.0 0.0 0.0// get the zone name of the coords0843: get_zone_at 1@ 2@ 3@ nameA_to 0@s// get the gang densities076D: get_zone 0@s gang 1 density_to 0@ // ballas density076D: get_zone 0@s gang 2 density_to 1@ // grove street// the gang density info is now stored in 0@ and 1@ - The density is a perentage 0-100. Link to comment https://gtaforums.com/topic/440982-how-to-check-for-gang-territory/#findComment-1059784408 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