• CSGO Knive sweps help
    5 replies, posted
Yo i was wondering if anyone could help me out at all im trying to convert these knives into TTT and they arnt showing up in game any help will be appreciated thanks. [CODE] if (SERVER) then SWEP.Weight = 5 SWEP.AutoSwitchTo = false SWEP.AutoSwitchFrom = false end if ( CLIENT ) then SWEP.PrintName = "Karambit Knife | Slaughter" SWEP.DrawAmmo = false SWEP.DrawCrosshair = true SWEP.ViewModelFOV = 65 SWEP.ViewModelFlip = false SWEP.CSMuzzleFlashes = true SWEP.UseHands = true SWEP.Kind = WEAPON_MELEE SWEP.Slot = 2 SWEP.SlotPos = 0 --SWEP.IconLetter = "j" --killicon.AddFont("weapon_knife", "CSKillIcons", SWEP.IconLetter, Color( 255, 80, 0, 255 )) --surface.CreateFont("CSKillIcons", {font = "csd", size = ScreenScale(30), weight = 500, antialias = true, additive = true}) --surface.CreateFont("CSSelectIcons", {font = "csd", size = ScreenScale(60), weight = 500, antialias = true, additive = true}) end SWEP.Base = "csgo_baseknife" SWEP.Category = "CS:GO Knives" SWEP.Spawnable = true SWEP.AdminSpawnable = true SWEP.ViewModel = "models/weapons/v_csgo_karambit.mdl" SWEP.WorldModel = "models/weapons/w_csgo_karambit.mdl" SWEP.DrawWeaponInfoBox = false SWEP.Weight = 5 SWEP.AutoSwitchTo = false SWEP.AutoSwitchFrom = false SWEP.Skin = "models/csgo_knife/karam_slaughter.vmt" [/CODE]
Please try to learn some lua. This will help you get those to work in TTT : [url]http://ttt.badking.net/custom-weapon-guide[/url]
tried doesnt work
Add me on steam. I'll help you tomorrow. I have every knife from that add-on converted and working on TTT [editline]5th January 2016[/editline] I have the lua for most of them already up on mediafire though.
Thanks bro really appreciate it
[QUOTE=skittles9823;49452872]Add me on steam. I'll help you tomorrow. I have every knife from that add-on converted and working on TTT [editline]5th January 2016[/editline] I have the lua for most of them already up on mediafire though.[/QUOTE] Just an update, if anyone wants the Lua files just comment on my steam profile your adding me about the knives and add me and I'll send over the Lua files for the TTT port. I'll have to write up a how to install though. So either tomorrow or the day after I'll have a media fire uploaded. Actually I may just talk to xDShot and give him the files to upload as a TTT port xD.
Sorry, you need to Log In to post a reply to this thread.