pause_menu_header_custom
Make Original Pause-Menu-Header Customize
server.cfg:
start pause_menu_header_custom
start pause_menu_header_custom_stream
#functions:
SetHeadingDetailsCustom
SetHeaderTitle
SetMenuHeaderTextByIndex
SetMenuAlert
#example:
CreateThread(function()
while true do Wait(300)
SetHeadingDetailsCustom("Negbook","Custom2","Custom3")
SetHeaderTitle("Title","Description")
SetMenuHeaderTextByIndex(0,"cao",true)
SetMenuHeaderTextByIndex(1,"cao2",true)
for i=3,4 do
SetMenuAlert(i,"nnbb")
end
end
end)
May cause BUG if you using other pause menu script.