first off idk if its really called combineing...
i just want to take like 5 to 8 weapon addons and make them one addon, i tried:
(Zpied folder)
(server.cs)
exec("./BLAH.cs");
exec("./BLAH.cs");
exec("./BLAH.cs");
exec("./BLAH.cs");
exec("./BLAH.cs");
BLAH being the name of the .cs i wanted to use
and that didnt work, yes i had "BLAH" in the same ziped folder as server.cs and yet it still wont work, all the resources for running BLAH were there too, as was namecheck. this is the last thing i need to know in order to finish my addon plz help fast
is it possible that the BLAH.cs needs to have the line
uiName = "AssassinDirk";
must be the same as the file being exec by server? if no witch one is, (if any)