Advertisement
Niko_boy

Untitled

Dec 26th, 2011
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. stock NameAutoJoinChannels()
  2. {
  3. new result[128];
  4. mysql_query("SELECT `channel` FROM `autojoin` ORDER BY * ASC");
  5.  
  6. mysql_store_result();
  7.  
  8. new test;
  9.  
  10. test = mysql_fetch_row(result);
  11.  
  12. mysql_free_result();
  13.  
  14. return test;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement