Advertisement
Steve_Stage

Untitled

Oct 28th, 2019
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.21 KB | None | 0 0
  1. static
  2.     fmt_str[] = "SELECT * FROM `cars`";
  3. new
  4.     string[sizeof(fmt_str)];
  5.  
  6. mysql_format(connect_mysql, string, sizeof(string), fmt_str);
  7. mysql_function_query(connect_mysql, string, true, "@_LoadCars", "");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement