Advertisement
kemperrs

Untitled

Feb 17th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. mp.keys.bind(0x20, false, () => {
  2.   let quaternion = {x: [0], y: [0], z: [0], w: [0]};
  3.   mp.game.invoke('0x7B3703D2D32DFA18', mp.players.local.handle, quaternion.x, quaternion.y, quaternion.z, quaternion.w);
  4.  
  5.   mp.gui.chat.push(`${quaternion.x[0]}`);
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement