Jump to content

AhmadQTR

Members
  • Posts

    451
  • Joined

  • Last visited

Everything posted by AhmadQTR

  1. I downloaded it. when i start the program it opens normally but when i type something wrong lua syntax checker dosen't work, just see this image and you will understand http://img51.imageshack.us/img51/9817/68169058.png
  2. Sorry 50p i really need this Script Editor but i need to sleep , i'll come back tomorrow. EDIT : I found 'error' file i think you need it. Could not load file or assembly 'file:///C:\Users\Ahmad\Desktop\lua\lib\FastColoredTextBox.dll' or one of its dependencies. An attempt was made to load a program with an incorrect format. Ok now i'll go to sleep.
  3. Keep going 50p! I have problem when i click on the program this errors appears for me. EDIT : LUA sytax checker dosen't work! When do you get this error message? Just after you start? What OS are you running? Yes , when i click on the program it appears then i press OK or close it then the window of the program appear but there is no function and lua syntax checker dosen't work.
  4. Keep going 50p! I have problem when i click on the program this errors appears for me. EDIT : LUA sytax checker dosen't work!
  5. Anything at debugscript 3?
  6. AhmadQTR

    Fall through land

    About the spawn , you can make a script about spawning You must use : spawnPlayer
  7. English please, search for your native language HERE
  8. متى تبيه يتأكد انه في سياره او لا لما يضغط زر لما يكتب امر في اف8 ولا كيف.؟ لما يركب السياره تبي السياره ما تنفجر؟ استخدم setVehicleDamageProof
  9. He has made it, see line 14. Oh didn't notice it lol
  10. setVehicleAsMagnetHelicopter This function does not exist.
  11. Wrong. He used a statement with a condition "source == hydra" which does the same as putting the element 'hydra' instead of 'root'. It's wrong too because you can't compare an element with a table. Oh okay sorry and thanks for the information
  12. I think like this Hydra = { createVehicle ( 520, 1526.5999755859, 2877.1000976563, 13.89999961853, 0, 0, 90 ) createVehicle ( 520, x, y, z, 0, 0, 90 ) } function hydralock(player, seat, jacked) local level = tonumber ( getElementData ( player, "level" ) or 0 ) if (source == Hydra) then if (seat == 0) then if (level <= 7) then cancelEvent() outputChatBox ( "To enter this hydra you need to be level 7 and higher", player, 255, 0, 0, true ) end end end end addEventHandler ( "onVehicleStartEnter", Hydra, hydralock) Just replace the x, y, z with the position.
  13. This section isn't for asking for scripts. If you want to search for scripts , you could check COMMUNITY
  14. AhmadQTR

    Lua help

    Because you didn't understand , maybe?
  15. 1- createTeam 2-قصدك اي دي السياره ولا شنو؟؟ وضضحح
  16. setTimer ( function() bab = createVehicle ( 411, -0.77234786748886, 0.1968837082386, 3.1171875 ) outputChatBox ( "#00FF00BeCool", getRootElement(), 255, 255, 255, true ) createBlipAttachedTo ( bab, 53 ) end, 5000, 1 ) function giveMoney (vehicle) if vehicle == bab then setPlayerWantedLevel (source, 1) end end addEventHandler ( "onPlayerVehicleEnter", giveMoney )
×
×
  • Create New...