Jump to content

alexis1999

Members
  • Posts

    6
  • Joined

  • Last visited

Details

  • Gang
    me

alexis1999's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Nevermind I fixed it
  2. alexis1999

    Gravity

    Hello, I've lately decided to make a gravity box map. The main idea is to create a box where I could make the cars to walk on any wall. For example the once the car hits a wall it changes it's gravity. But I'm not sure how to do it yet Is it possible using setGravity? and if yes how? P.S I already tried Setgravity
  3. I did try but it only moves 1 time and then becames frozen Also I have found another issue. When it starts move up it rotates automatic in a random coordinate, I'm pretty sure the rotation coordinates I wrote were correct since I deleted and rewrited the coordinates again after seeing it was bugged. I recorded what exactly happens ( Also shows that it stucks )
  4. Thanks for replying! It works perfectly but the only issue is that it does move up and down once instead I wanted it to move up-down until the end of the map
  5. alexis1999

    Elevator

    Hello, I tried creating an object that moves repeatedly apparently when I debug it and compile it on the test server the elevator does not move. It just stays frozen. My script local elevator = createObject ( 971, 3226.3999023438, -2897.3999023438, 15.60000038147, 89.249816894531, 180, 231.75024414063 ) i=0 function () while i!=-1 do moveObject(elevator, 10000, 3226.3999023438, -2897.3999023438, 29.60000038147, 89.249816894531, 180, 231.75024414063 ) setTimer (moveObject, 10000, 1, elevator, 1000, 3226.3999023438, -2897.3999023438, 15.60000038147 ) end end P.S Was not sure for the while i integer. In Java it would work. My point was to loop the script until the map stops Please let me know If I did something wrong with placing coordinates or something other Here are original unedited coordinates Elevator Down: Elevator Up: Thanks!
  6. Greetings Multi Theft Auto Players, I've been lately creating my own map and I thought an unique idea of adding an image and attaching it to every player's face but the image to be visible even if he is inside a car since i'm creating a DD Map. What I'm asking is if somebody could help me create a script that attaches this image : Something mostly like wmeme but I want to only have 1 and default image for the face but also not the requirement of opening a dialog and choosing it. Just once the race starts it attaches Thanks! Alexis
×
×
  • Create New...