hey here i want to make a script that shows u players loged in all is working fine but i want to put them to show whit random colors and they are not woring can u help me ??? there is the code...
function playerCount ( )
outputChatBox ( "Ahora Hay" .. getPlayerCount().. " Jugadores En el Servidor", getRootElement(), local r,g,b = math.random(0, 255),math.random(0, 255),math.random(0, 255), true )
end
addEventHandler ( "onPlayerJoin", getRootElement(), playerCount )
addEventHandler ( "onPlayerQuit", getRootElement(), playerCount )
can u plz say me what is wrong?