Chessnut / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.rocks
MIT License
94 stars 77 forks source link

TFA weapons not working, ns 1.1 #818

Closed hornedmarten closed 6 years ago

hornedmarten commented 6 years ago

trying to use tfa weapons with ns 1.1, every time i use giveitem in the top right corner i get two messages "false" and "invalid item". is there a solution for this or something im doing wrong with my stuff?

heres my weapon code:

ITEM.name = "M392 DMR" ITEM.desc = "Created for the RP called Project Reclamation.. | " ITEM.model = "models/ishi/halo_rebirth/weapons/unsc/w_m392.mdl" ITEM.class = "tfa_rebirth_m392" ITEM.weaponCategory = "primary" ITEM.width = 2 ITEM.height = 1 ITEM.iconCam = { ang = Angle(0.33879372477531, 270.15808105469, 0), fov = 5.0470897275697, pos = Vector(0, 200, -1) }

rebel1324 commented 6 years ago

Currently I'm working on TFA Base integration with TFA. stay tuned.