- Initiateur de la discussion
S
sleemdols
Geek suprême
- Messages
- 144
- Score réaction
- 24
- Points
- 130
Comment la retirer ? j'ai cru deja voir la solution sur la forum mais je trouve plus les post
local function Initialize( )
local mat, mat2, mat3, mat4, bt
mat = Material( "invisible" )
bt = mat:GetMaterialTexture( "$basetexture" )
mat2 = Material( "voice/icntlk_local" )
mat3 = Material( "voice/icntlk_sv" )
mat4 = Material( "voice/icntlk_pl" )
mat2:SetMaterialTexture( "$basetexture", bt )
mat3:SetMaterialTexture( "$basetexture", bt )
mat4:SetMaterialTexture( "$basetexture", bt )
end
hook.Add( "Initialize", "Hide talk indicators", Initialize )
--# made by Kogitsune #--
name it cl_micremove.lua, put it into addons/darkrpmodification/lua/darkrp_modules/micremove/cl_micremove.lua and mapchange or restart.