Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. if(!$channel) andaris::echo_err Vous devez être sur une fenêtre salon pour effectuer cette action!
  2. if($andaris::flag($channel)){
  3. if(!$0) echo -r=$active -i=$msgtype(Echo) $andaris::event("$k(14)\[$b$k(4)syntaxe$b$k(14)\]$k(1) kbcam <pseudo> (kick-ban pour cam)")
  4. else{
  5. %num = $length($file.readLines($file.localdir(mod/kick/cam.txt)))
  6. for(%i = 0;%i < %num;%i++){
  7. if($kvimatchcase("::",$file.readLines($file.localdir(mod/kick/cam.txt),%i,1))){
  8. %local = $str.lefttofirst($file.readLines($file.localdir(mod/kick/cam.txt),%i,1),"::")
  9. if($kvimatch(%local,$lang))
  10. %reason .= $str.rightfromfirst($file.readLines($file.localdir(mod/kick/cam.txt),%i,1),"::")$lf
  11. }
  12. }
  13. if(%reason){
  14. %txt[] = $str.split("$lf",%reason)
  15. %rand = $rand($(%txt[]# - 2))
  16. %raison = %txt[%rand]
  17. kb $0 %raison
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement