Advertisement
bobmarley12345

ZOO_RegisterButtons

Feb 23rd, 2022 (edited)
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. CREEPER_X = -3865
  2. CREEPER_Y = 68
  3. CREEPER_Z = -4595
  4.  
  5. MAGMA_X = -3863
  6. MAGMA_Y = 68
  7. MAGMA_Z = -4603
  8.  
  9. ID_Creeper = 1
  10. ID_MagmaCube = 2
  11.  
  12. security.registerButton(CREEPER_X, CREEPER_Y, CREEPER_Z, ID_Creeper)
  13. security.registerButton(MAGMA_X, MAGMA_Y, MAGMA_Z, ID_MagmaCube)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement