Jump to content

reaL.

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by reaL.

  1. //L Taste mp.keys.bind(0x45, true, function() { if(mp.players.local.isTypingInTextChat) return; mp.game.graphics.notify("On the way"); mp.game.graphics.notify("On the way"); mp.console.logInfo("example", false, false); const camera = mp.cameras.new("gameplay"); mp.game.graphics.notify("On the way1"); let position = camera.getCoord(); mp.game.graphics.notify("On the way2"); let distance = 30; mp.game.graphics.notify("On the way3"); let direction = camera.getDirection(); mp.game.graphics.notify("On the way4"); let farAway = new mp.Vector3((direction.x * distance) + (position.x), (direction.y * distance) + (position.y), (direction.z * distance) + (position.z)); mp.game.graphics.notify("On the way5"); let [val1, val2] = mp.game.water.testVerticalProbeAgainstAllWater(position, farAway); //mp.game.water.testProbeAgainstWater(position, farAway); mp.game.graphics.notify("On the way6"); if(val1 == true) { mp.game.graphics.notify("True"); } else{ mp.game.graphics.notify("False"); } }); Why this not Working ?
  2. reaL.

    Login fail

    Hello i login on My Server. The Message coming but if i try to do /veh Sultan i was no Loggin. And i can do /login again but he must say i was Login ?
×
×
  • Create New...