Jump to content

Ayuda


explOdeR

Recommended Posts

Hola soy ExplO quisiera un poco de ayuda, saben hace dias me urge el querer crear un afk state en el scoreboard, lo logre lo hice pero al dia siguiente me dio por darle color al state ( si un color si es que el player estaba inactivo revisando facebook o que se yo), la cosa es que si me podrian ayudar a que cuando el player este afk no solo se vea que està AFK si no que el ''AFK'' se vea rainbow colors , les apreciaria mucho la ayuda saludos.

local scoreboardColumn = 'status' 
  
addEventHandler('onClientMinimize', getRootElement(), 
function() 
    setElementData(localPlayer, scoreboardColumn, 'AFK') 
end ) 
  
addEventHandler('onClientRestore', getRootElement(), 
function() 
    setElementData(localPlayer, scoreboardColumn, 'Active') 
end ) 

function random()

color=math.random(255, 155, 255)
end ) 

addEventHandler('onClientMinimize', getRootElement(), 
function() 
    setElementData(localPlayer, scoreboardColumn, 'AFK')
end )

function() 
    setElementData(localPlayer, scoreboardColumn, 'AFK') 
end ) 
  
addEventHandler('onClientRestore', getRootElement(), 
function() 
    setElementData(localPlayer, scoreboardColumn, 'Active') 
end) 

 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...