Advertisement
NOF

report

NOF
May 11th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.72 KB | None | 0 0
  1. #Skrypt by Arek24, edit NNoF#
  2. #versja: 0.1v#
  3. #Wszystkie prawa zastrzeżone!#
  4. #Możliwość edytowania skryptu jest dozwolona!#
  5. #Reporty zapisują się w folderze: Skript --> logs --> reporty.log!#
  6.  
  7. command /report [<text>] [<text>]:
  8.     permission: Test.report
  9.     description: Dzięki temu skryptowi gracze mogą reportowac innych graczy!
  10.     aliases: re#
  11.     trigger:#
  12.         if argument 1 is not empty:#
  13.             if argument 2 is not empty:
  14.                 log "%player% zglosil: %argument 1%.Powod: %argument 2%" to "reporty"#
  15.                 send "&aReportowanie gracza przebieglo pomyslnie!" to player#
  16.             else:
  17.                 send "Podaj dokladnie komende: &a/report [Nick] [Powod]" to player#
  18.         else:
  19.             send "Podaj dokladnie komende: &a/report [Nick] [Powod]" to player#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement