edgekiller Posted November 22, 2015 Share Posted November 22, 2015 Hi there, Sorry if my english is not very well. I looked around native functions but i dont find what i really want, and i dont know if it's possible. I'd like to disable automatic peds spawn, if it's possible, how ? Thank's Link to comment Share on other sites More sharing options...
DatPawn Posted December 10, 2015 Share Posted December 10, 2015 I have the self problem. Link to comment Share on other sites More sharing options...
ChOcOsKiZo Posted December 14, 2015 Share Posted December 14, 2015 (edited) Hi there, Sorry if my english is not very well. I looked around native functions but i dont find what i really want, and i dont know if it's possible. I'd like to disable automatic peds spawn, if it's possible, how ? Thank's i don't think that there's a native to prevent ped spawning but you can use this one , needs to be looped GAMEPLAY::CLEAR_AREA_OF_PEDSHashes: 0xBE31FD6CE464AC59 0x25BE7FA8void CLEAR_AREA_OF_PEDS(float x, float y, float z, float radius, BOOL unk) // 0xBE31FD6CE464AC59 0x25BE7FA8Example: CLEAR_AREA_OF_PEDS(0, 0, 0, 10000, true); http://dev-c.com/nativedb/ EDIT : HE (Jedijosh920) KNOWS BETTER THAN ME http://gtaforums.com/topic/832179-disable-npcs-ai/ Edited December 14, 2015 by ChOcOsKiZo 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