- Initiateur de la discussion
Airmaxmad
Geek
- Messages
- 251
- Score réaction
- 13
- Points
- 85
Bonjour Mtx !
J'aimerais modifier le haut parleur jaune quand on parle qui se trouve a droite de l'écran, mes le problème ces que même en le modifiant celui-ci reste comme sa et ne se modifie pas.
voici mon code:
local VoiceChatIcon = Material("materials\file.png")
local function DrawVoiceChat()
if localplayer.DRPIsTalking then
local _, chboxY = chat.GetChatBoxPos()
local Rotating = math.sin(CurTime() * 3)
local backwards = 0
if Rotating < 0 then
Rotating = 1 - (1 + Rotating)
backwards = 180
end
surface.SetTexture(VoiceChatIcon)
surface.SetDrawColor(ConVars.Healthforeground)
surface.DrawTexturedRectRotated(Scrw - 100, chboxY, Rotating * 96, 96, backwards)
end
end
Screen après passage du code:
Mon addons sur le workshop:
http://steamcommunity.com/sharedfiles/filedetails/?id=1317698280&searchtext=niglo
Merci d'avance pour votre aide.
J'aimerais modifier le haut parleur jaune quand on parle qui se trouve a droite de l'écran, mes le problème ces que même en le modifiant celui-ci reste comme sa et ne se modifie pas.
voici mon code:
local VoiceChatIcon = Material("materials\file.png")
local function DrawVoiceChat()
if localplayer.DRPIsTalking then
local _, chboxY = chat.GetChatBoxPos()
local Rotating = math.sin(CurTime() * 3)
local backwards = 0
if Rotating < 0 then
Rotating = 1 - (1 + Rotating)
backwards = 180
end
surface.SetTexture(VoiceChatIcon)
surface.SetDrawColor(ConVars.Healthforeground)
surface.DrawTexturedRectRotated(Scrw - 100, chboxY, Rotating * 96, 96, backwards)
end
end
Screen après passage du code:
Mon addons sur le workshop:
http://steamcommunity.com/sharedfiles/filedetails/?id=1317698280&searchtext=niglo
Merci d'avance pour votre aide.