Jun 8 2012, 05:45 PM Post #21 | |
Coding like a Rockstar! Posts: 1,468 From: ??? Joined: 28-May 09 | See the values? What values? And types of what? -------------------- | CLEO 4.3.22 | A?i?a?o?3D | UI SDK | Black Market Mod 1.0.1 | GInput 0.3 | Cheat Keyboard | Tactile Cheat Activation | Stream Ini Extender 0.7 | SuperVars | ScrDebug | Vigilante Justice: San Andreas | |
Jun 8 2012, 05:55 PM Post #22 | |
Trained Member Posts: 76 From: Nederland, NL Joined: 1-May 12 | See the values? What values? And types of what? E.g CODE 0AA5: call 0x4087E0 num_params 2 pop 2 0 #ADMIRAL // the 0 before #ADMIRAL Just look how it called. CODE blip = CRadar::createBlip(4, x, y, 0, 0, 2); CODE 0AA7: call_function 0x583820 num_params 6 pop 6 4 1@ 2@ 3@ 0 2 result_to 0@ // the 4 before 1@ |
Jun 8 2012, 06:19 PM Post #23 | |
Coding like a Rockstar! Posts: 1,468 From: ??? Joined: 28-May 09 | As I said before... You gotta pass the arguments in reverse. -------------------- | CLEO 4.3.22 | A?i?a?o?3D | UI SDK | Black Market Mod 1.0.1 | GInput 0.3 | Cheat Keyboard | Tactile Cheat Activation | Stream Ini Extender 0.7 | SuperVars | ScrDebug | Vigilante Justice: San Andreas | |