Jump to content

Subtixx

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by Subtixx

  1. Yeah MTA worked. But in the Interior -> Crash or runtime Error.
  2. Towncivilian upgraded my drivers.. Don't work .
  3. above the link: http://pastebin.com/5Jg1q6c2 and the second. After directX installation: http://pastebin.com/8zgUmc7P
  4. drivers installed gta sa reinstalled mtadiag runned goto int -> crashed pressed n + enter directX not up to date -> directX installed mtadiag runned goto int -> crashed pressed n + enter directX not up to date -> directX installed ... etc.
  5. WTF? Now it says: DirectX not up to date .. Still testing this bug. without directX up to date (unmodded): http://pastebin.com/5Jg1q6c2 WTF... DirectX Update installed. MTADiag says: DirectX not up to date
  6. Yeah.. all my users have this problem.. (unmodded)..
  7. Yes. Many Many times. EDIT: http://pastebin.com/TNDQW961 <- Crashlog..
  8. Position: 22.98 1403.6 1084.42 Dimension: 9730 Interior: 5 MTA Crash Log: and Runtime Error 1: R6025 - pure virtual function call Runtime Error 2: Whats the Problem?
  9. i want to make a function, like driveToCoordinate. do you know the Intro from SAUR RPG? (it's a Bot with ped that follows the player). Thats it.
  10. I want an example of how to realize a function driveToCoordinate. Or an idea how to follow a boat to a player
  11. It's my code -.-. But it's very basic, and i want to have a function like driveToPosition. SAUR RPG Intro like. (No code. but Ideas.)
  12. local coreveh = createVehicle(411,0,0,5) setVehicleDamageProof(coreveh,true) local coreped = createPed(252,0,0,0) warpPedIntoVehicle(coreped,coreveh,0) local blip = createBlipAttachedTo(coreveh,20) local px, py, pz = getElementPosition(getPlayerFromName("PLAYERNAME")) local rx, ry, rz = getElementRotation(getPlayerFromName("PLAYERNAME")) local abstand = 7 local newX = px + math.cos(math.rad(rz + 90)) * abstand local newY = py + math.sin(math.rad(rz + 90)) * abstand setElementPosition(coreveh,newX,newY,pz) function botAI(player) local veh = getPedOccupiedVehicle(player) if veh then local x,y,z = getElementVelocity(veh) setElementVelocity(coreveh,x,y,z) local rx, ry, rz = getElementRotation(veh) setElementRotation(coreveh,rx,ry,rz) else local x,y,z = getElementVelocity(player) setElementVelocity(coreveh,x,y,z) local rx, ry, rz = getElementRotation(player) setElementRotation(coreveh,rx,ry,rz) end setTimer(botAI,100,1,player) end botAI(getPlayerFromName("PLAYERNAME")) It's veeeeeeeeeeeeeeerryy basic... Can someone help me with the code? (driveToPosition - like function?)
  13. https://community.multitheftauto.com/index.php?p= ... ls&id=4253 from valhalla..
  14. Its the 27 March ... Script... Script... Script...
  15. nothing new? Please Post newer Screens!!! I Love your Project!
  16. https://community.multitheftauto.com/index.php?p= ... ls&id=3521 Car mod^^
  17. no idea where else to report https://community.multitheftauto.com/index.php?p= ... ls&id=1819 Download offline
  18. Subtixx

    MTA 1.2 modules

    Push... No fix for this problem?
  19. WoW? Custom railroad tracks? How? EDIT: please. tell me two^^
×
×
  • Create New...