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