Help C++ SAMP dll to asi

dagnes

Member
Joined
Jan 25, 2024
Messages
17
Reaction score
0
How do I convert my Sobeit project from dll to asis? Project mod_sa
 

Hidend

Expert
Joined
Mar 4, 2013
Messages
624
Reaction score
39
i dont get what you want, a .asi is just a .dll renamed to .asi, there are some custom s0beits what are in .asi format, just do a quick google search
 

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,386
Solutions
4
Reaction score
893
Location
Israel

dagnes

Member
Joined
Jan 25, 2024
Messages
17
Reaction score
0
Beni sinirlendirme aptal
The source code in the download link cannot be downloaded, it is faulty.
 

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,386
Solutions
4
Reaction score
893
Location
Israel
On second thought no, look at the differences in the following files
main.cpp,main.h,
mod_sa.def
Add the following files
#include "mman.h"
#include "cshortasm.h"
#include "ccallhook.h"


And that's it, and rename your file from d3d9.dll
to another name that ends in .asi
 

dagnes

Member
Joined
Jan 25, 2024
Messages
17
Reaction score
0
On second thought no, look at the differences in the following files
main.cpp,main.h,
mod_sa.def
Add the following files
#include "mman.h"
#include "cshortasm.h"
#include "ccallhook.h"


And that's it, and rename your file from d3d9.dll
to another name that ends in .asi

I added #includer to main.h. I added those files from the src you posted into my project and it still didn't work.
 
Top