Jump to content

Search the Community

Showing results for tags 'log'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

Found 3 results

  1. Opa tudo bom eu gostaria de ter uma ideia basica de como criar um log de um chat pra eu pegar como referencia Ex: addEventHandler("onPlayerCommand",root, function(command) if command == "me" or command == "register" or command == "login" or command == "msg" then cancelEvent() end end) DESATIVAR_TWITTER = false DESATIVAR_DEEPWEB = false function MensagemAnon ( source, cmd, ...) if DESATIVAR_DEEPWEB == true then return outputChatBox ( "* Chat Desativado Temporariamente!", source, 255, 255, 255, true ) end local MessagemANS = table.concat ( { ... }, " " ); for _, player in ipairs ( getElementsByType ( "player" ) ) do MessagemANS = string.gsub(MessagemANS, "#%x%x%x%x%x%x", "") --Jogador = getPlayerName ( source ) --Jogador2 = string.gsub(Jogador, "#%x%x%x%x%x%x", "") --local Conta = getAccountName ( getPlayerAccount ( source ) ) --if Conta == "AndreJr" or Conta == "tridentgostoso" then return end if getElementData ( player, "Anti_Fome" ) ~= "Sim" then outputChatBox ( "* #A4A4A4 ᴅᴇᴇᴘ ᴡᴇʙ - "..MessagemANS, player, 255, 255, 255, true ) end end adminchat ( source, MessagemANS ) end addCommandHandler ( "u", MensagemAnon ) function MensagemTwitter ( source, cmd, ...) if DESATIVAR_TWITTER == true then return outputChatBox ( "* Chat Desativado Temporariamente!", source, 255, 255, 255, true ) end local MessagemANS = table.concat ( { ... }, " " ); for _, player in ipairs ( getElementsByType ( "player" ) ) do MessagemANS = string.gsub(MessagemANS, "#%x%x%x%x%x%x", "") Jogador = getPlayerName ( source ) Jogador2 = string.gsub(Jogador, "#%x%x%x%x%x%x", "") --local Conta = getAccountName ( getPlayerAccount ( source ) ) --if Conta == "AndreJr" or Conta == "tridentgostoso" then return end if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( source ) ), aclGetGroup ( "Console" ) ) then outputChatBox ( "* #00FA9Aᴛᴡɪᴛᴛᴇʀ - #00FF00Presidente #FF00FF- ".. Jogador2 .." #00FA9A- "..MessagemANS, player, 255, 255, 255, true ) elseif isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( source ) ), aclGetGroup ( "Everyone" ) ) then outputChatBox ( "* #2E9AFEᴛᴡɪᴛᴛᴇʀ - #ffffff".. Jogador2 .." #2E9AFE- "..MessagemANS, player, 255, 255, 255, true ) end end end addCommandHandler ( "i", MensagemTwitter ) eu gostaria de criar um log que registre tudo que seja falado no ex : twitter com o login , nick e serial da pessoa
  2. Hello friends I would like to know if it is possible to transfer the log files "debugscript" client side to store somehow on the server thank you.
  3. السلام عليكم كيف اسوي لوق موقع مثلا للشات الرجاء الافادة وشكرا @KillerX @NX_CI @TOUNSI | ا̍ڸــڛۣــ؏ــٰٱ̍دہ @#Bad_Boy,
×
×
  • Create New...