Jump to content

BieHDC

Members
  • Posts

    296
  • Joined

  • Last visited

Everything posted by BieHDC

  1. Hello, i want to make inside of a script something that starts commands like /mcreate in chat or mcreate in F8 console. In console this works but inside script it doesnt and i dont know why? It schould delete a current object, create a Ramp, rorate it. The commands after "do" are in the same script. I hope you will help me again Here is one of that i already tried: function makejump (player) do mdestroy do mcreate 1655 do rz -130 end addCommandHandler( "mjump", makejump )
  2. Wie der Titel schon aussagt suche ich nach Maps und Scripts die ihr für DD Server empfielt oder nutzt. Ich stelle diese Frage, weil ich mir selbst einen DD Server erstellen will, und ich habe auch schon viele Maps und Scripts, aber villeicht habe ich etwas wichtiges übersehen. Ich würde euch danken, wenn ich mir zahlreiche Antworten schicken köntet.
  3. You missunderstood me I dont want to move all objects, i want to copy objects and move them together to side.
  4. If i meet you in reallife you will get a beer from me Its austrian tradition^^
  5. ok the errors are gone, but i also dont get money. Will this need admin rigts? edit: It needed admin rigts now working perfect Thank you very much for helping me
  6. Have it to run only serverside?
  7. Oh thats the fail What i have to write in and where?
  8. I will describe my situation: I have created a Tower out of HayBalls and Glasses and now i wanna copy the full tower, so i have two 100% identical towers. I tried with mst, but it make a copy an the same place and i can move only one object.
  9. Now i get this error 10 times
  10. Why i should create and How to create a table? And i get the same error again when getting wasted
  11. I have a problem with my self made Script, which should give Players with Ranks money. This script schould run on my DD Server. But the debug log says, that it couldnt get Player Rank It says: ERROR: call: failed to call "race:getPlayerRank"[string "?"] Please help me function win(Player) local pRank = exports["race"]:getPlayerRank(player) if pRank == 1 then givePlayerMoney(source, 1000) elseif pRank == 2 then givePlayerMoney(source, 900) elseif pRank == 3 then givePlayerMoney(source, 800) elseif pRank == 4 then givePlayerMoney(source, 700) elseif pRank == 5 then givePlayerMoney(source, 600) elseif pRank == 6 then givePlayerMoney(source, 500) elseif pRank == 7 then givePlayerMoney(source, 400) elseif pRank == 8 then givePlayerMoney(source, 300) elseif pRank == 9 then givePlayerMoney(source, 200) elseif pRank == 10 then givePlayerMoney(source, 100) else return end end addEventHandler("onClientPlayerWasted", getRootElement(), win(Player) )
  12. Hello, I've searched on Google for options to install MTA on the FreeNAS server and running it. But failed I've also tried it on good luck, but also fail. Maybe someone can help me, please, I would be very grateful for your help. MFG BieHDC
  13. Hallo, ich habe auf Google schon nach möglichkeiten gesucht, MTA auf dem FreeNAS Server zu installieren und zu starten. Aber ohne Erfolg Ich habe es auch schon so probiert aber das funktionierte auch nicht. Villeicht könnte mir bitte jemand von euch weiterhelfen, ich wäre sehr dankbar für eure Hilfe. MFG BieHDC
  14. I also looked for such an Resource in community but i cant find anything. Maybe you find what i am looking for??, because you are so good^^
  15. Tried and Failed! But maybe someone have already such a script.
  16. Genau das ist das Problem. Ich möchte eben dass es normal Schaden nimmt usw..., ABER eben nicht dass es zu brennen beginnt wenn es auf dem Dach liegt, weil das UNREAL ist.
  17. Hello, I am new to MTA SA and needed help in the creation of a script. As one can infer from the title, I need a script so that a car does not start to burn as soon as it is on the roof. Thanks. Greetings BieHDC
  18. Hallo, ich bin neu in MTA SA und bräuchte Hilfe bei der Erstellung eines Scripts. Wie man schon den Titel entnehmen kann, brauche ich ein Script, damit ein Auto nicht zu brennen beginnt, sobald es auf dem Dach liegt. Danke schon im Voraus. MFG BieHDC
×
×
  • Create New...