Jump to content

RaiN_

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by RaiN_

  1. RaiN_

    Solved.

    how to use this to find an IP ? if pregFind ( message, "%d+.%d+.%d+.%d+" ) then Don't Work
  2. RaiN_

    Solved.

    i am trying create an anti divulgation script, but don't works my code: function Divulguer (message,messageType) if string.find ( message, "%d+.%d+.%d+.%d+:%d+" ) or string.find ( message, "%d+.%d+.%d+.%d+" ) or string.find ( message, "mtasa://" ) then --banPlayer ( source, true, false, true, "x", 0 ) -- Removed For Testing.... outputChatBox ( "IP Found !", root ) else outputChatBox ( "No IP Found !", root ) end end addEventHandler ( "onPlayerChat", root, Divulguer )
×
×
  • Create New...