Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. new query[MAX_STRING_MYSQL];
  2. mysql_format(MySQL_Connection, query, sizeof(query),
  3. "INSERT INTO `samp_fractioncars` (ID,Model,Fraction,Color1,Color2,Siren,Respawn,RespawnCd,Parked,ParkedCd,Destroyed,Health,RepPrice,World,Pos_X,Pos_Y,Pos_Z,Pos_A,Towed,Plate) VALUES ('%d','%d','%d','%d','%d','%d','%d','%d','%d','%d','%d','%f','%d','%d','%f','%f','%f','%f','%d','%s')"
  4. ,FractionCarDBSize, model, fraction, color1, color2, siren, respawn, respawncd, parked, parkedcd, destroyed, Float:health, repprice, world, Float:posdb_x, Float:posdb_y, Float:posdb_z, Float:posdb_a, towed, plate);
  5. mysql_tquery(MySQL_Connection, query);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement