Jump to content

gaz23

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by gaz23

  1. bad_words = { [1]= "p-ssy", [2]= "f-ck" } function isStringContainingBadWords(txt) for key,val in pairs(bad_words) do if (string.find(txt,val)) then cancelEvent() end end end addEvent addEventHandler Repaired. I'm working on mute, but idk how .
  2. Omg...I make from scratch as I have some problem to write. --problem eliminated
  3. No. The whole time I sat in PAWN. To help me yet?
  4. ----problem eliminated
  5. Thanks varez, for a week will be released UAC2 Script for MTA.
  6. Recently I am working on a specialized anti-cheat. But I have a problem. I want to make a system of censorship. Does anyone know what function to use to do: Player: pus * y Anticheat: Player was muted for using bad words I mean the same function, or what any help. Waiting on the links to the wiki or something.
×
×
  • Create New...