Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #if MySQL_Server == 0
  2. #define SQL_HOST "127.0.0.1"
  3. #define SQL_USER "root"
  4. #define SQL_PASS "CaRaDoN123"
  5. #define SQL_DATA "samp_database1"
  6. #else
  7. if MySQL_Server == 1
  8. #define SQL_HOST "127.0.0.1"
  9. #define SQL_USER "root"
  10. #define SQL_PASS "CaRaDoN123"
  11. #define SQL_DATA "samp_database1"
  12. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement