compile .cs to .asi
-
Yo so i'm messing around with the GTA V Script Creator tool and i made a simple script for scripthook that works in singeplayer. but i wanna compile the file from .cs to .asi, how would i do this?
I've tried looking around on google and youtube for like 20 minutes without finding any answers
-
.cs cannot be compiled to .asi. ASI is C++, CS is C#, two completely different programming languages.