This commit is contained in:
kookroach
2021-04-04 21:29:34 +02:00
parent 91353bdcf0
commit bce480aad5
4 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
import { IGame, IEntity } from "../game";
var attachId = 0;
export default function attachmentManager(game: IGame) {
mp.events.add("SERVER:LoadAttachments", () => {
@@ -12,6 +11,8 @@ export default function attachmentManager(game: IGame) {
attachmentMngr.register("weapondeal2", "w_sg_pumpshotgun", "weapondeal2w_sg_pumpshotgun", new mp.Vector3(0.4, 1.6, 0.62), new mp.Vector3(90, 0, 180));
});
const attachmentMngr =
{
attachments: {},