Jump to content

[MRP] ProAiron

Members
  • Posts

    4
  • Joined

  • Last visited

Details

  • Gang
    Grove

[MRP] ProAiron's Achievements

Vic

Vic (3/54)

0

Reputation

  1. No, it dont solve the issue - it doesnt happen anything ^^
  2. Dear community, i have a 64bit Debian Lenny System (Root-Server) and i cant compile the Server files: This is one of the latest steps and when i enter the "make" command i get a lot of errors, i think the 64bit System occurs them. So i want to know how to compile the server files on my system? Because it should be possible: Please help. greets
  3. Dear community, this is the first time that i post here but i am need to do this ^^ I'm austrian, but i don get answers in german boards. I have the following problem: I want to check the correct combination of a truck and trailer - for example i only allow a Petrol Tanker with the Gas Trailer , otherwise i want to detach the trailer from the truck. Here is my code, i used the onTrailerAttach - Event: addEventHandler("onTrailerAttach",getRootElement(), function(truck) local truckid = getElementModel(truck) local trailerid = getElementModel(source) --outputChatBox("ERGEBNIS: "..tostring(trailerid)) if(truckid==515) then if(trailerid==450) then outputChatBox("Gute Fahrt") else outputChatBox("Deine Kupplung ist nicht fuer diesen Anhaenger ausgelegt - "..tostring(trailerid)) detachTrailerFromVehicle(truck,source) end end end ) This Code make this bug: The trailer detach from the truck, but reattach it immediatly. Please help how to avoid this bug! greets
×
×
  • Create New...