Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:text:*:#help: {
if ($1 == !ekle) && $2 && $3- { if $exists($+(help,$chr(92),$2,.txt)) { if $read($+(help,$chr(92),$2,.txt),w,$3-) { msg #help yazdirmak istediginiz $qt($3-) veri $+(help,$chr(92),$2,.txt) dosyasinda mevcut } } }
if ($1 == !ekle) && $2 && $3- { if $exists($+(help,$chr(92),$2,.txt)) { if !$read($+(help,$chr(92),$2,.txt),w,$3-) { write $+(help,$chr(92),$2,.txt) $3- | msg #help istediginiz $qt($3-) veri $+(help,$chr(92),$2,.txt) dosyaya islendi } } }
if ($1 == !ekle) && $2 && $3- { if !$exists($+(help,$chr(92),$2,.txt)) { .mkdir help | write $+(help,$chr(92),$2,.txt) $3- | msg #help istediginiz $qt($3-) veri $+(help,$chr(92),$2,.txt) dosyaya islendi } }
if $1 && !$2- && $regex($1,/^!) { if $exists($+(help,$chr(92),$right($1,-1),.txt)) && $file($+(help,$chr(92),$right($1,-1),.txt)) != 0 { .play #help $+(help,$chr(92),$right($1,-1),.txt) }
}
}