• [SWEP] toolgun view & world model without written screen ?
    3 replies, posted
Hi, i'm trying to find the toolgun view model & world model for my SWEP, but i only found the one with something written on the screen (the text written on the screen depending on the last frame of YOUR toolgun, so it looks ugly as fck !) view model : models/weapons/v_toolgun.mdl world model : models/weapons/w_toolgun.mdl Is there an other one ? Thanks in advance
It uses the Render Target texture, so you will most likely need to overwrite it. This should help you
I really don't know how to get the view and world model reference, i tried : self:GetViewModel():SetSubMaterial( 0, "" )
lua_run print(Entity(1):GetViewModel():GetMaterials()) --enter this in console to print viewmodel weapon indices, subtract 1 lua_run print(Entity(1):GetActiveWeapon():GetMaterials()) --enter this in console to print wmodel weapon indices, subtract 1 then do the respective ent:SetSubMaterial and also, self:GetViewModel isnt gonna do shit unless "self" refers to a player
Sorry, you need to Log In to post a reply to this thread.