Comment mettre un effect combine Job

  • Initiateur de la discussion DarkRP57
  • Date de début
  • Initiateur de la discussion
DarkRP57

DarkRP57

Geek
Messages
55
Score réaction
3
Points
65
bonjour je recherche cet commande mais jamais trouver ^^
je rechercher comment mettre un effect combine pour mon serveur combineRP
mais jai jamais trouver aider mois
SVP et si vous pouvez me dire sa serai sympa merci
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 293
Score réaction
9 688
Points
1 845
Essaye ça

Code:
local lastTexture = nil
local mat_Overlay = nil
local lp = LocalPlayer()
local function DrawMaterialOverlay2( texture, refractamount )
if ( texture ~= lastTexture or mat_Overlay == nil ) then
mat_Overlay = Material( texture )
lastTexture = texture
end
if ( mat_Overlay == nil || mat_Overlay:IsError() ) then return end
render.UpdateScreenEffectTexture()
mat_Overlay:SetFloat( "$envmap", 0 )
mat_Overlay:SetFloat( "$envmaptint", 0 )
mat_Overlay:SetFloat( "$refractamount", refractamount )
mat_Overlay:SetInt( "$ignorez", 1 )
render.SetMaterial( mat_Overlay )
render.DrawScreenQuad()
end
local function DrawInternal2()
local overlay = "effects/combine_binocoverlay"
if lp:Team() != TEAM_COMBINE then return end
DrawMaterialOverlay2( overlay, 0.3 )
end
hook.Add( "RenderScreenspaceEffects", "RenderMaterialOverlay", DrawInternal2 )
Installation > http://wiki.darkrp.com/index.php/Creating_modules
 
  • Initiateur de la discussion
DarkRP57

DarkRP57

Geek
Messages
55
Score réaction
3
Points
65
je doit le mettre ou ?
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 293
Score réaction
9 688
Points
1 845
Discord d'entraide
Rejoignz-nous sur Discord