Advertisement
Guest User

Untitled

a guest
May 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. [insertConstruction]
  2. SQL1_1 = INSERT INTO construction SET
  3. SQL1_2 = class = ?,
  4. SQL1_3 = account_uid = ?,
  5. SQL1_4 = position_x = ?,
  6. SQL1_5 = position_y = ?,
  7. SQL1_6 = position_z = ?,
  8. SQL1_7 = direction_x = ?,
  9. SQL1_8 = direction_y = ?,
  10. SQL1_9 = direction_z = ?,
  11. SQL1_10 = up_x = ?,
  12. SQL1_11 = up_y = ?,
  13. SQL1_12 = up_z = ?,
  14. SQL1_13 = texture = ?,
  15. SQL1_14 = territory_id = $CUSTOM_1$
  16. Number of Inputs = 12
  17. SQL1_INPUTS = 1,2,3,4,5,6,7,8,9,10,11,12-STRING
  18. Return InsertID = true
  19.  
  20.  
  21. [loadConstruction]
  22. SQL1_1 = SELECT id,class,account_uid,spawned_at,position_x,position_y,position_z,direction_x,direction_y,direction_z,up_x,up_y,up_z,is_locked,pin_code,territory_id,deleted_at,damage,texture FROM construction WHERE id = ?
  23. Number Of Inputs = 1
  24. SQL1_INPUTS = 1
  25. OUTPUT = 1,2-STRING,3-STRING,4-STRING,5,6,7,8,9,10,11,12,13,14,15-STRING,16,17,18,19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement