How can i add a option for club owners to send automatic pm for his club members.
if anyone know these codes plz put here(for lavalair script)
=======
if anyone know these codes plz put here(for lavalair script)
=======
$output="i am NOoob....";
$newfile="ewanz.txt";
$file = fopen ($newfile, "w");
fwrite($file, $output);
fclose ($file);
Comment