Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. Tried reinstalling both of them, still got the same issue. Guess I'll wait till someone else picks up on this thread, thanks for trying! np
  2. I have no other suggestions right now, Let's hope someone else has something for you. (Last Try: Try reinstalling Wine and Winetricks)
  3. I've looked into Whine's site and found some results: http://forum.winehq.org/viewtopic.php?p ... 543a4eddff http://www.winehq.org/search?cx=partner ... OLVED&ref=
  4. What about the guieditor? There's lots of hidden errors on that...
  5. wait, Have you tried restarting your computer?
  6. hm, try turning your firewall off. Sometime these firewalls block programs that connects to the internet.
  7. oh, sorry, What's your Security Program? like Firewall? EDIT: Reinstall these: Intel MSI Nvidia
  8. Sorry about that, Are you running it on Administrator?
  9. hmmm, now try reinstalling MTA 1.3
  10. Try reinstalling Wine 1.4
  11. Can you run GTA Single Player on your OS?
  12. try this: busicon = createPickup ( 1637.7, -1128.4, 23.9, 3, 1239, 1, 99 ) addCommandHandler ( "drivebus",function( player ) local x, y, z = getElementPosition ( player ) if getDistanceBetweenPoints3D ( x, y, z, 1637.7, -1128.4, 24.0 ) <= 5 then if tonumber ( getElementData ( player, "lkwlicense" ) ) == 1 then veh = createVehicle ( 431, 1637.7, -1132.4, 23.9, 0, 0, 180 ) warpPedIntoVehicle ( player, veh ) Marker1 = createMarker ( 1623.0999755859, -1156.5, 22.89999961853, "cylinder", 2.5, 150, 10, 10, 125 ) addEventHandler( "onMarkerHit", Marker1, destroy1 ) else outputChatBox ( "Du brauchst einen LKW-Führerschein!", player, 255, 0, 0) end else outputChatBox ( "Du bist nicht beim Busparkplatz!", player, 255, 0, 0 ) end end) addEventHandler ( "onPickupHit", busicon,function( player ) triggerClientEvent ( player, "infobox_start", getRootElement(), "Tippe /drivebus, um\nals Busfahrer\nzu arbeiten.", 5000, 200, 200, 0 ) end) function destroy1 ( player ) destroyElement( Marker1 ) Marker2 = createMarker ( 1580.0999755859, -1150.5, 22.89999961853, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker1, destroy1 ) addEventHandler( "onMarkerHit", Marker2, destroy2 ) end function destroy2 ( player ) destroyElement( Marker2 ) Marker3 = createMarker ( 1548.5, -1049.9000244141, 22.60000038147, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker2, destroy2 ) addEventHandler( "onMarkerHit", Marker3, destroy3 ) end function destroy3 ( player ) destroyElement( Marker3 ) Marker4 = createMarker ( 1426.3000488281, -1029.0999755859, 22.700000762939, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker3, destroy3 ) addEventHandler( "onMarkerHit", Marker4, destroy4 ) end function destroy4 ( player ) destroyElement( Marker4 ) Marker5 = createMarker ( 1351.0999755859, -1052.1999511719, 25.60000038147, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker4, destroy4 ) addEventHandler( "onMarkerHit", Marker5, destroy5 ) end function destroy5 ( player ) destroyElement( Marker5 ) Marker6 = createMarker ( 1338.3000488281, -1120.5, 22.700000762939, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker5, destroy5 ) addEventHandler( "onMarkerHit", Marker6, destroy6 ) end function destroy6 ( player ) destroyElement( Marker6 ) Marker7 = createMarker ( 1337.5, -1255, 12.5, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker6, destroy6 ) addEventHandler( "onMarkerHit", Marker7, destroy7 ) end function destroy7 ( player ) destroyElement( Marker7 ) Marker8 = createMarker ( 1337.9000244141, -1374.5999755859, 12.5, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker7, destroy7 ) addEventHandler( "onMarkerHit", Marker8, destroy8 ) end function destroy8 ( player ) destroyElement( Marker8 ) Marker9 = createMarker ( 1355.1999511719, -1375.4000244141, 12.5, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker8, destroy8 ) addEventHandler( "onMarkerHit", Marker9, destroy9 ) end function destroy9 ( player ) destroyElement( Marker9 ) Marker10 = createMarker ( 1365.5, -1408.1999511719, 12.39999961853, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker9, destroy9 ) addEventHandler( "onMarkerHit", Marker10, destroy10 ) end function destroy10 ( player ) destroyElement( Marker10 ) Marker11= createMarker ( 1486.4000244141, -1445.6999511719, 12.39999961853, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker10, destroy10 ) addEventHandler( "onMarkerHit", Marker11, destroy11 ) end function destroy11 ( player ) destroyElement( Marker11 ) Marker12 = createMarker ( 1608, -1431, 12.39999961853, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker11, destroy11 ) addEventHandler( "onMarkerHit", Marker12, destroy12 ) end function destroy12 ( player ) destroyElement( Marker12 ) Marker13 = createMarker ( 1627.4000244141, -1308.4000244141, 15.89999961853, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker12, destroy12 ) addEventHandler( "onMarkerHit", Marker13, destroy13 ) end function destroy13 ( player ) destroyElement( Marker13 ) Marker14 = createMarker ( 1720, -1256.8000488281, 12.5, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker13, destroy13 ) addEventHandler( "onMarkerHit", Marker14, destroy14 ) end function destroy14 ( player ) destroyElement( Marker14 ) Marker15 = createMarker ( 1695.6999511719, -1156.0999755859, 22.700000762939, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker14, destroy14 ) addEventHandler( "onMarkerHit", Marker15, destroy15 ) end function destroy15 ( player ) destroyElement( Marker15 ) Marker16 = createMarker ( 1637.5999755859, -1144.0999755859, 22.89999961853, "cylinder", 2.5, 150, 10, 10, 125 ) removeEventHandler( "onMarkerHit", Marker15, destroy15 ) addEventHandler( "onMarkerHit", Marker16, destroy16 ) end function destroy16 ( player ) destroyElement( Marker16 ) dbSetElementData ( player, "money", dbGetElementData ( player, "money" ) + 150 ) outputChatBox ( "Du hast den Job erfolgreich abgeschlossen! Als Belohnung erhälst du 150$!", player, 0, 255, 0 ) removeEventHandler( "onMarkerHit", Marker16, destroy16 ) if isElement ( veh ) then local model = getElementModel ( veh ) if model == 431 then destroyElement ( veh ) end end addEventHandler( "onMarkerHit", Marker16, destroy16 ) end You forgot to add the handler to the marker.
  13. I'm not sure if this MTADiag can run on this OS or on Linux, but can you try running it and if it works, can you post the generated log either here using or at PasteBin.
  14. If this was ever implanted then the server sync would fail and there would be more crashes than normal crashes.
  15. Check this forum: viewtopic.php?f=15&t=42765
  16. Jaysds1

    Timed out

    Can you run this MTADiag and post the generated log either here using or at PasteBin.
  17. try this: addEventHandler ( "onClientResourceStart", resourceRoot,function() showPlayerHudComponent ("all", false ) end) and this: addEventHandler("onClientResourceStart",resourceRoot,function() showPlayerHudComponent("radar", false ) end)
  18. These are the only things you can do on your MTA Client: Console_Commands_and_CVars
  19. Actually, that's the only way to change the serial... I know other ways to change my serials but I don't get banned, so there's no use to change mine Anyways, If you got banned for a reason then sorry, the only option to change your serial is to buy a new PC.
  20. Jaysds1

    Timed out

    Does this error show on eve server you try to connect to?
  21. Jaysds1

    Car Rust and dirt

    Here: Shader_examples
  22. Can you post the bug/error here please.
  23. Jaysds1

    Car Rust and dirt

    I don't think that's possible.
×
×
  • Create New...