Strs Posted August 24, 2017 Share Posted August 24, 2017 (edited) Hello Need a Help To make cleo that shows ped model name for gta sa can anyone help me i can make it using (0AD3:) but it will be long script so wanna make it short This is Useless and people with no brain and no knowledge about anything i'll leave this forum its crap site Edited August 26, 2017 by David Thapa Link to comment Share on other sites More sharing options...
Guest Posted August 27, 2017 Share Posted August 27, 2017 Scan the file "ped.ide" is the unique way to do it. The game don't hold the model's names. Link to comment Share on other sites More sharing options...
kosticn101 Posted August 27, 2017 Share Posted August 27, 2017 (edited) So you are suggesting something like this? 0665: get_actor 0@ model_to 1@ 0A9A: open_file "/path/to/peds.ide" mode 0x72 store_to 2@ while 0AD7: read_string_from_file 2@ to [email protected] size 15 wait 0 0AD4: scan_string [email protected] format "%d, %s" store_num_results_to 7@ 8@ [email protected] // Id, ModelName if 8@ == 1@ then 0AD1: print_formatted_now "Model name: %s" time 2000 [email protected] break end end This is pseudo code, I'm just presenting the idea. I'm not sure that I'm using correct opcodes, and I also don't know the structure of peds.ide file. Edited August 29, 2019 by kosticn101 Strs 1 Link to comment Share on other sites More sharing options...
Guest Posted August 27, 2017 Share Posted August 27, 2017 Yes, like this. However, i would recommend extract a entire line then scan this extracted line. Link to comment Share on other sites More sharing options...
SpockerLoquendero Posted August 27, 2017 Share Posted August 27, 2017 Currently the author Alexey1999 created a script like the one you say: https://libertycity.ru/files/gta-san-andreas/69143-uznavatel-modeli-peda-search-model-of.html Link to comment Share on other sites More sharing options...
Strs Posted August 31, 2017 Author Share Posted August 31, 2017 (edited) i have done it but it took me 4 days https://imgur.com/C9iBODB Edited September 15, 2017 by David Thapa Link to comment Share on other sites More sharing options...
gts. Posted August 21, 2019 Share Posted August 21, 2019 On 8/31/2017 at 1:37 AM, Strs said: ... Do you still having this? I'm somewhat interested on it. Can you post this script? Link to comment Share on other sites More sharing options...
Strs Posted August 21, 2019 Author Share Posted August 21, 2019 find your self its easy and when you find it you feel good bro mess around like i did... Link to comment Share on other sites More sharing options...
gts. Posted August 22, 2019 Share Posted August 22, 2019 (edited) 11 hours ago, Strs said: find your self its easy and when you find it you feel good bro mess around like i did... LOL. Thanks. Edited August 22, 2019 by gts. 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