![]() ![]() |
![]() Post #1 | |
The New Guy! Posts: 8 From: Greece Joined: 4-August 10 ![]() | CODE 005b8700 916 $_loadIplFile How can I use this? Needed params etc. |
![]() Post #2 | |
![]() Trained Member Posts: 77 Joined: 25-October 10 ![]() | No need, you have opcodes: SANNY 04ED: load_animation "LOWRIDER" 04EE: animation "GANGS" loaded 04EF: release_animation "LOWRIDER" You need to load IFP files which are in IMG files. ped.ifp is in anim folder, not in IMG so you don`t need to load ped.ifp (game will crash, because it would search for ped.ifp file in IMG archives). |
![]() Post #3 | |
The New Guy! Posts: 8 From: Greece Joined: 4-August 10 ![]() | I am talking about IPL files. ![]() |
![]() Post #4 | |
![]() Coding like a Rockstar! ![]() Posts: 1,468 From: ??? Joined: 28-May 09 ![]() | Pass a pointer to a string with the IPL filepath. The filepath is relative to the GTASA folder (use the gta.dat lines as an example). With CLEO 4 you can just pass a string (CLEO 4 handles pointer conversion automatically) but with CLEO 3, you have to use thread memory. -------------------- | 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 | |
![]() ![]() |