HOw to add RGB Codes to this code?
or i think its Hex btw its like #FFFFF help?
outputChatBox(" " .. adminRank .. "" - On Duty"", getRootElement(), 255, 255, 255, true )
OKay so I am trying to add a Serial Lock ect and its this thing but its going wrong all the time for some reason heres the codes
Client
function hours()
triggerServerEvent ( "seriallock", getLocalPlayer(), guiCheckBoxGetSelected( checkedBox ) )
end
Server
function seriallock()
outputChatBox(Testing", thePlayer, 0, 255, 0)
end
Here I am trying to replace the whole map with a radar maps I have but I am not sure on it so here the code I tried to do it but it did not show.
radar00 = engineLoadTXD("radar00.txd")
engineImportTXD(radar00, radar00)