Advertisement
mrdrifter

Untitled

Apr 1st, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #include a_samp
  2. #include mysql
  3.  
  4. public OnFilterScriptInit()
  5. {
  6. mysql_init();
  7.  
  8. mysql_connect("mysql-1.ServerProject.pl", "db_2740", "pass", "db_2740", MySQL:0, 1);
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement