Filtre bleu pour certains métiers

  • Initiateur de la discussion Membre supprimé 45448
  • Date de début
  • Initiateur de la discussion
M

Membre supprimé 45448

Anonyme
Bonjour !
Étant en train de développer mon serveur Half-Life 2 RolePlay, j'ai essayé de créer/trouver un addon/code permettant que, que certains métiers puissent avoir un filtre bleu comme ceci:

Exemple:
Les combines auront cette vue !
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 292
Score réaction
9 688
Points
1 845
A test mais si je me souvient bien il ne fonctionne plus (jecroit)

Installation : new module dans le darkrp

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 )
 
  • Initiateur de la discussion
M

Membre supprimé 45448

Anonyme
Merci de m'avoir répondu @Yoh Sambre ♪ mais j'ai des erreurs:
Code:
 Please check your console for more information!
[ERROR] A runtime error has occurred in "addons/darkrpmodification/lua/darkrp_modules/overlay/sv_overlay.lua" on line 3.
The best help I can give you is this:
'LocalPlayer' is being called like it is a function, but in reality does not exist (is nil).
Hints: - You are doing something(<otherstuff>). The 'something' here does not exist.
The responsibility for the error above lies with (the authors of) one (or more) of these files: 1. addons/darkrpmodification/lua/darkrp_modules/overlay/sv_overlay.lua on line 3 2. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84 3. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84 4. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 92 5. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 147 6. lua/includes/modules/momo/compat.lua on line 23 7. gamemodes/darkrp/gamemode/init.lua on line 111
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 292
Score réaction
9 688
Points
1 845
Faety à dit:
Merci de m'avoir répondu @Yoh Sambre ♪ mais j'ai des erreurs:
Code:
 Please check your console for more information!
[ERROR] A runtime error has occurred in "addons/darkrpmodification/lua/darkrp_modules/overlay/sv_overlay.lua" on line 3.
The best help I can give you is this:
'LocalPlayer' is being called like it is a function, but in reality does not exist (is nil).
Hints: - You are doing something(<otherstuff>). The 'something' here does not exist.
The responsibility for the error above lies with (the authors of) one (or more) of these files: 1. addons/darkrpmodification/lua/darkrp_modules/overlay/sv_overlay.lua on line 3 2. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84 3. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84 4. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 92 5. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 147 6. lua/includes/modules/momo/compat.lua on line 23 7. gamemodes/darkrp/gamemode/init.lua on line 111
ah ben voila pourquoi j'avais le souvenir qu'il était cassey x)

essaye dans autorun > client

mais au pire go https://slownls.fr/ pour un prix ridicule t'auras un script complet et configurable a l'infini
 
  • Initiateur de la discussion
M

Membre supprimé 45448

Anonyme
Je lui ai déjà demandé mais il m'a dit qu'il avait une commande donc pas trop le temps à m'accorder ! :3
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 292
Score réaction
9 688
Points
1 845
Faety à dit:
Je lui ai déjà demandé mais il m'a dit qu'il avait une commande donc pas trop le temps à m'accorder ! :3
AH!

zozo m'avais fait un code mais je l'ai perdu :(
 
  • Initiateur de la discussion
M

Membre supprimé 45448

Anonyme
Ah bah sa marche merci ! @Yoh Sambre ♪
 
Discord d'entraide
Rejoignz-nous sur Discord