You are not logged in.
Pages: 1
Hello i have few questions about some opcodes. If someone would help me i will be very happy. Before everything i thank someone for help
I understand about call_scm_function
but i cant find any explanation and tutorial how to use these opcodes-->
0AA5: call $hPROC num_params 1 pop 1 $param
I think that this is part of .dll library reading opcodes if it is true i probably cant get it because i almost cant get .dll libraries. If i am not right in this please can someone give me explanation of this opcode and some simple example how and when to use it ?
Thank you.
0AA6: call_method $Destroy struct $CarStruct params 0 pop 0
This is next opcode which i cant get it. I think $Destroy is some memory adress isnt it ? 0x4048E0 or something liek this. Please can someone tell me why and when and how to use it ? Thank you again.
Thank you !
Offline
Opcodes 0AA5 - 0AA8 are used for calling functions and methods with represented adress (it are functions and methods of gta_sa.exe usually).
It's was discussed here, but language of post is russian.
Last edited by Den_spb (10-11-2011 21:34)
Offline
Pages: 1